Skip to content

Commit

Permalink
Update test/unit/test_temperature.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi Delaporte-Mathurin <[email protected]>
  • Loading branch information
KulaginVladimir and RemDelaporteMathurin authored Dec 7, 2023
1 parent 9f3e3f0 commit 59c2dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class is created from this file and the error norm between the written and
)
my_temp.create_functions(my_mats, my_mesh, dt=festim.Stepsize(initial_value=2))
# evaluate error between original and read function
error_L2 = fenics.errornorm(T, my_temp.T, "L2")
error_L2 = fenics.errornorm(T, my_temp.T_n, "L2")
assert error_L2 < 1e-9


Expand Down

0 comments on commit 59c2dc2

Please sign in to comment.