Skip to content
Snippets Groups Projects
Commit f474f776 authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

Copying is_absolute_access property in Field.Access::_eval_subs().

parent 0cac3c27
No related branches found
No related tags found
No related merge requests found
......@@ -739,6 +739,7 @@ class Field:
return Field.Access(self.field,
tuple(sp.sympify(a).subs(old, new) for a in self.offsets),
tuple(sp.sympify(a).subs(old, new) for a in self.index),
is_absolute_access=self.is_absolute_access,
dtype=self.dtype)
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment