We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a492f commit 2e54dd7Copy full SHA for 2e54dd7
1 file changed
tests/core/calculate/test_ase_calculator.py
@@ -537,7 +537,7 @@ def test_formation_energy_calculator_auto_loads_references(single_mlip_predict_u
537
formation_calc = FormationEnergyCalculator(base_calc)
538
539
assert formation_calc.element_references is not None
540
- assert isinstance(formation_calc.element_references, dict)
+ assert isinstance(formation_calc.element_references["H"], float)
541
542
543
def test_formation_energy_calculator_non_fairchemcalculator():
0 commit comments