Skip to content

Commit f1ddf1e

Browse files
committed
Finished integration test with simple example
1 parent eedd2dd commit f1ddf1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def GRAD_TEST_FUNC(t, x): # ∇φ_t(x)
225225
'TOL': tol,
226226
}
227227
solution_measure = DGCG.solve(data_noise, **simulation_parameters)[0]
228-
# shutil.rmtree(simulation_parameters['results_folder'])
228+
shutil.rmtree(simulation_parameters['results_folder'])
229229

230230
solution_filename = 'compare_results/test_{}_sol.pickle'.format(test_num)
231231
# dump solution
@@ -281,7 +281,7 @@ def test_3():
281281
def test_4():
282282
alpha = 0.01
283283
beta = 0.01
284-
tol = 10**-20
284+
tol = 10**-13
285285
num_times = 5
286286
h_dim = 5
287287
test_num = '04'

0 commit comments

Comments
 (0)