We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ab814 commit 429f7efCopy full SHA for 429f7ef
qha/tests/test_overall_run.py
@@ -12,7 +12,7 @@
12
class TestOverallRun(unittest.TestCase):
13
def setUp(self):
14
self.root_directory = pathlib.Path('../../examples')
15
- self.command = 'qha-run'
+ self.command = 'qha run'
16
self.fixed_directory = 'results.benchmark'
17
self.new_results_directory = 'results.plot'
18
qha/tests/test_samevdos_overall.py
class TestSamePhononDOS(unittest.TestCase):
self.new_results_directory = 'results.same_vdos_new01'
0 commit comments