Skip to content
Snippets Groups Projects
Commit d78561a2 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Remove debug print statement (shame on me)

parent cb0f638a
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,6 @@ def add_fixed_constant_boundary_handling(assignments, with_cse=True):
for a in assignment.rhs.atoms(Field.Access) if not a.is_absolute_access
})) for assignment in assignments.all_assignments]
subs = [{a: ConditionalFieldAccess(a, is_out_of_bound(
sp.Matrix(a.offsets) + x_vector(ndim), common_shape))
for a in assignment.rhs.atoms(Field.Access) if not a.is_absolute_access
} for assignment in assignments.all_assignments]
print(subs)
if with_cse:
safe_assignments = sympy_cse(pystencils.AssignmentCollection(safe_assignments))
return safe_assignments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment