Implement web JSON export #991
25 fail, 6 skipped, 1 023 pass in 27m 25s
Annotations
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data[dispersion_args0] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B5028E80>
inject_mocks = None
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\force_constants\\LZO_force_constants.json']
@pytest.mark.parametrize('dispersion_args', disp_params)
def test_dispersion_plot_data(self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests\test_dispersion.py:103:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B5028E80>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\force_constants\\LZO_force_constants.json']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data[dispersion_args1] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B5029090>
inject_mocks = None
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json']
@pytest.mark.parametrize('dispersion_args', disp_params)
def test_dispersion_plot_data(self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests\test_dispersion.py:103:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B5029090>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data[dispersion_args2] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B5029120>
inject_mocks = None
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json', '--btol=1000']
@pytest.mark.parametrize('dispersion_args', disp_params)
def test_dispersion_plot_data(self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests\test_dispersion.py:103:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B5029120>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json', '--btol=1000']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data[dispersion_args3] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B50291B0>
inject_mocks = None
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_frequencies\\quartz\\quartz_bandstructure_qpoint_frequencies.json']
@pytest.mark.parametrize('dispersion_args', disp_params)
def test_dispersion_plot_data(self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests\test_dispersion.py:103:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B50291B0>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_frequencies\\quartz\\quartz_bandstructure_qpoint_frequencies.json']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_plot_save_to_file[dispersion_args0] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502A170>
inject_mocks = None
tmpdir = local('C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-unknown\\pytest-3\\test_plot_save_to_file_dispers0')
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json', '--save-to']
@pytest.mark.parametrize('dispersion_args', [
[quartz_json_file, '--save-to'],
[quartz_json_file, '-s']])
def test_plot_save_to_file(self, inject_mocks, tmpdir, dispersion_args):
output_file = str(tmpdir.join('test.png'))
> euphonic.cli.dispersion.main(dispersion_args + [output_file])
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:117: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_plot_save_to_file[dispersion_args1] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502A260>
inject_mocks = None
tmpdir = local('C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-unknown\\pytest-3\\test_plot_save_to_file_dispers1')
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json', '-s']
@pytest.mark.parametrize('dispersion_args', [
[quartz_json_file, '--save-to'],
[quartz_json_file, '-s']])
def test_plot_save_to_file(self, inject_mocks, tmpdir, dispersion_args):
output_file = str(tmpdir.join('test.png'))
> euphonic.cli.dispersion.main(dispersion_args + [output_file])
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:117: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_plot_save_to_json[dispersion_args0] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502A500>
inject_mocks = None
tmpdir = local('C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-unknown\\pytest-3\\test_plot_save_to_json_dispers0')
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_phonon_modes\\quartz\\quartz_bandstructure_qpoint_phonon_modes.json', '--save-json']
@pytest.mark.parametrize('dispersion_args', [
[quartz_json_file, '--save-json'],
[lzo_fc_file, '--save-json']])
def test_plot_save_to_json(self, inject_mocks, tmpdir, dispersion_args):
output_file = str(tmpdir.join('test.json'))
> euphonic.cli.dispersion.main(dispersion_args + [output_file])
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:125: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_plot_save_to_json[dispersion_args1] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502A5F0>
inject_mocks = None
tmpdir = local('C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pytest-of-unknown\\pytest-3\\test_plot_save_to_json_dispers1')
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\force_constants\\LZO_force_constants.json', '--save-json']
@pytest.mark.parametrize('dispersion_args', [
[quartz_json_file, '--save-json'],
[lzo_fc_file, '--save-json']])
def test_plot_save_to_json(self, inject_mocks, tmpdir, dispersion_args):
output_file = str(tmpdir.join('test.json'))
> euphonic.cli.dispersion.main(dispersion_args + [output_file])
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:125: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_no_evecs_with_reorder_raises_type_error[dispersion_args0] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502A770>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\qpoint_frequencies\\quartz\\quartz_bandstructure_qpoint_frequencies.json', '--reorder']
@pytest.mark.parametrize('dispersion_args', [
[quartz_no_evec_json_file, '--reorder']])
def test_no_evecs_with_reorder_raises_type_error(self, dispersion_args):
with pytest.raises(TypeError):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:133: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_invalid_file_raises_value_error[dispersion_args0] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502A920>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\crystal\\crystal_LZO.json']
@pytest.mark.parametrize('dispersion_args', [
[get_data_path('crystal', 'crystal_LZO.json')],
[get_data_path('force_constants', 'NaCl', 'FORCE_CONSTANTS')]])
def test_invalid_file_raises_value_error(self, dispersion_args):
with pytest.raises(ValueError):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:140: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_invalid_file_raises_value_error[dispersion_args1] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918580.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918635.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918943.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x00000199B502AA10>
dispersion_args = ['D:\\a\\Euphonic\\Euphonic\\tests_and_analysis\\test\\data\\force_constants\\NaCl\\FORCE_CONSTANTS']
@pytest.mark.parametrize('dispersion_args', [
[get_data_path('crystal', 'crystal_LZO.json')],
[get_data_path('force_constants', 'NaCl', 'FORCE_CONSTANTS')]])
def test_invalid_file_raises_value_error(self, dispersion_args):
with pytest.raises(ValueError):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests\test_dispersion.py:140: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args0] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1aeec0>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1aeec0>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args1] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae890>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--energy-unit=hartree']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae890>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--energy-unit=hartree']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args2] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae800>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--x-label=wavenumber', '--y-label=Energy (meV)', '--title=CaHgO2']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae800>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--x-label=wavenumber', '--y-label=Energy (meV)', '--title=CaHgO2']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args3] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae770>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '-u=1/cm', '--e-min=200']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae770>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '-u=1/cm', '--e-min=200']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args4] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae6e0>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--e-min=30', '--e-max=100']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae6e0>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--e-min=30', '--e-max=100']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args5] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae650>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--length-unit=bohr', '--q-spacing=0.04']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae650>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--length-unit=bohr', '--q-spacing=0.04']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args6] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae5c0>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--q-spacing=0.02']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae5c0>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--q-spacing=0.02']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args7] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae530>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--asr']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae530>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--asr']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args8] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae4a0>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--asr=realspace']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae4a0>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--asr=realspace']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args9] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae440>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl_cli_test/force_constants.hdf5']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae440>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl_cli_test/force_constants.hdf5']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args10] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae380>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl/band/band.yaml']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae380>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl/band/band.yaml']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args11] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae2c0>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl/band/band.hdf5']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae2c0>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl/band/band.hdf5']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args12] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae260>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl/band/band_no_evec.hdf5']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae260>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/NaCl/band/band_no_evec.hdf5']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError
Check warning on line 0 in script_tests.test_dispersion.TestRegression
github-actions / Test Results
All 10 runs failed: test_dispersion_plot_data_from_phonopy[dispersion_args13] (script_tests.test_dispersion.TestRegression)
artifacts/Unit test results macos-latest/junit_report_1728918244.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918393.xml [took 0s]
artifacts/Unit test results macos-latest/junit_report_1728918678.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918203.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918384.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918773.xml [took 0s]
artifacts/Unit test results ubuntu-latest/junit_report_1728918839.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918286.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728918553.xml [took 0s]
artifacts/Unit test results windows-latest/junit_report_1728919207.xml [took 0s]
Raw output
NameError: name 'euphonic' is not defined
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae200>
inject_mocks = None
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--reorder']
@pytest.mark.phonopy_reader
@pytest.mark.multiple_extras
@pytest.mark.parametrize('dispersion_args', disp_params_from_phonopy)
def test_dispersion_plot_data_from_phonopy(
self, inject_mocks, dispersion_args):
> self.run_dispersion_and_test_result(dispersion_args)
script_tests/test_dispersion.py:110:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <tests_and_analysis.test.script_tests.test_dispersion.TestRegression object at 0x10b1ae200>
dispersion_args = ['/Users/runner/work/Euphonic/Euphonic/tests_and_analysis/test/data/phonopy_files/CaHgO2/mp-7041-20180417.yaml', '--reorder']
def run_dispersion_and_test_result(self, dispersion_args):
> euphonic.cli.dispersion.main(dispersion_args)
E NameError: name 'euphonic' is not defined
script_tests/test_dispersion.py:74: NameError