Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 1bc2f21

Browse files
committed
Removed unnecessary op.apply
1 parent 8d37104 commit 1bc2f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devitoboundary/topography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def subs(self, spec):
257257
# Operator is run in batches as operators with large
258258
# numbers of equations take some time to initialise
259259
op_weights = Operator(eqs, name='Weights')
260-
# op_weights.apply()
260+
261261
switchconfig(log_level='ERROR')(op_weights.apply)()
262262
# DIY Progress Bar
263263
print('■', end='', flush=True)

0 commit comments

Comments
 (0)