Skip to content
Snippets Groups Projects

Resolve "Absolute access is probably not copied correctly after _eval_subs()"

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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
Loading