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.
test_main_entry_point_runs
TestMain
1 parent 3a39c69 commit 2cb7a25Copy full SHA for 2cb7a25
tests/test_CodeEntropy/test_main.py
@@ -93,11 +93,11 @@ def test_main_entry_point_runs(self):
93
94
config_path = os.path.join(self.test_dir, "config.yaml")
95
with open(config_path, "w") as f:
96
- f.write("run1:\n" " end: 60\n" " selection_string: resid 1\n")
+ f.write("run1:\n" " end: 1\n" " selection_string: all\n")
97
98
citation_path = os.path.join(self.test_dir, "CITATION.cff")
99
with open(citation_path, "w") as f:
100
+ f.write("\n")
101
102
result = subprocess.run(
103
[
0 commit comments