[Fix] Absolut field access
+ 11
− 5
@@ -654,9 +654,11 @@ class Field:
@@ -710,7 +712,8 @@ class Field:
@@ -723,6 +726,7 @@ class Field:
@@ -733,7 +737,8 @@ class Field:
@@ -757,7 +762,8 @@ 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