We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e84e72 commit 026e304Copy full SHA for 026e304
tests/test_modifier.py
@@ -9,14 +9,14 @@
9
10
@pytest.fixture()
11
def setup_pipeline():
12
- pipeline = import_file(Path("examples", "231D.pdb"))
+ pipeline = import_file(Path("examples", "231d.pdb"))
13
pipeline.modifiers.append(ShrinkWrapSimulationBoxFunction)
14
return pipeline
15
16
17
@pytest.fixture(scope="module")
18
def setup_pipeline_cache():
19
20
21
22
0 commit comments