You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I attempt: nde = g.addNode(label="Test",color=blue, size=5.0) nde.gender = "female"
I get the error: Traceback (most recent call last): File "<input>", line 1, in <module> IllegalArgumentException: java.lang.IllegalArgumentException: The column 'gender' is not found
has the feature been removed or am I misunderstanding something?
The text was updated successfully, but these errors were encountered:
When I attempt:
nde = g.addNode(label="Test",color=blue, size=5.0) nde.gender = "female"
I get the error:
Traceback (most recent call last): File "<input>", line 1, in <module> IllegalArgumentException: java.lang.IllegalArgumentException: The column 'gender' is not found
has the feature been removed or am I misunderstanding something?
The text was updated successfully, but these errors were encountered: