Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Jun 29, 2022
1 parent d79267a commit d16b76b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_functions(self):
"nmc_LGM50_heat_capacity_ORegan2021.py": ([298.15], 902.6502),
"nmc_LGM50_diffusivity_ORegan2021.py": ([0.5, 298.15], 7.2627e-15),
"nmc_LGM50_electrolyte_exchange_current_density_ORegan2021.py": (
[1e3, 1e4, 298.15, c_p_max],
[1e3, 1e4, c_p_max, 298.15],
2.1939,
),
"nmc_LGM50_ocp_Chen2020.py": ([0.5], 3.9720),
Expand Down Expand Up @@ -93,7 +93,7 @@ def test_functions(self):
"graphite_LGM50_heat_capacity_ORegan2021.py": ([298.15], 847.7155),
"graphite_LGM50_diffusivity_ORegan2021.py": ([0.5, 298.15], 2.8655e-16),
"graphite_LGM50_electrolyte_exchange_current_density_ORegan2021.py": (
[1e3, 1e4, 298.15, c_n_max],
[1e3, 1e4, c_n_max, 298.15],
1.0372,
),
"graphite_LGM50_ocp_Chen2020.py": ([0.5], 0.1331),
Expand Down

0 comments on commit d16b76b

Please sign in to comment.