Fix #23: Make Field.Access NotIterable
Compare changes
+ 1
− 5
@@ -676,6 +676,7 @@ class Field(AbstractField):
@@ -756,11 +757,6 @@ class Field(AbstractField):
Why?
Sympy does not try to iterate when the object is NotIterable
. If it has __iter__
but iter throws it will only sometimes think its not iterable.