Skip to content

Commit b29d797

Browse files
committed
cleanup
1 parent 5955842 commit b29d797

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pySDC/playgrounds/Gander/testequation.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,6 @@ def compare_preconditioners(f=None, list_of_k=None):
110110
print(errors_IE)
111111
print(errors_LU)
112112

113-
# out = ' Iteration counts for matrix-based version: %s' % iter_counts_mat
114-
# f.write(out + '\n')
115-
# print(out)
116-
# out = ' Iteration counts for matrix-free version: %s' % iter_counts
117-
# f.write(out + '\n')
118-
# print(out)
119-
#
120-
# assert iter_counts == iter_counts_mat, \
121-
# 'ERROR: number of iterations differ between matrix-based and matrix-free controller'
122-
123113

124114
def main():
125115

0 commit comments

Comments
 (0)