Skip to content

Commit

Permalink
fix the pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Runze Liu <[email protected]>
  • Loading branch information
rul048 committed Sep 8, 2024
1 parent 4afa686 commit cee4998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_qha.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def test_qha_calc(
"write_thermal_expansion": thermal_expansion,
"write_gibbs_temperature": gibbs_temperature,
"write_bulk_modulus_temperature": bulk_modulus_temperature,
"write_heat_capacity_P_numerical": cp_numerical,
"write_heat_capacity_P_polyfit": cp_polyfit,
"write_heat_capacity_p_numerical": cp_numerical,
"write_heat_capacity_p_polyfit": cp_polyfit,
"write_gruneisen_temperature": gruneisen_temperature,
}

Expand Down

0 comments on commit cee4998

Please sign in to comment.