Skip to content

Commit

Permalink
Reproduce bug in test suite: single-q-point JSON load fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Feb 15, 2024
1 parent 0080886 commit cc24293
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ class TestQpointPhononModesSerialisation:

@pytest.mark.parametrize('qpt_ph_modes', [
get_qpt_ph_modes('quartz'),
get_qpt_ph_modes_from_json('quartz',
'quartz_single_qpoint_phonon_modes.json'),
get_qpt_ph_modes('Si2-sc-skew'),
get_qpt_ph_modes('NaCl')])
def test_serialise_to_json_file(self, qpt_ph_modes, tmpdir):
Expand Down

0 comments on commit cc24293

Please sign in to comment.