[Fix] Absolut field access
- Markus Holzer authored
+ 7
− 4
@@ -654,9 +654,11 @@ class Field:
@@ -710,7 +712,8 @@ class Field:
@@ -757,7 +760,7 @@ class Field:
In !319 (merged) we started to make sure that the Field.Access
keeps the property is_absolut_access
even when sympys simplifications or substitutions kick in. However, there were a few parts missed which are added in this MR