Skip to content

Commit 96706e0

Browse files
committed
Remove accidentally checked-in test setup and output
1 parent 8915289 commit 96706e0

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/amuse_simplex/packages/amuse-simplex/code.out

Whitespace-only changes.

src/amuse_simplex/packages/amuse-simplex/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ pythonpath = ["amuse_simplex/tests/"]
3939

4040
testpaths = ["amuse_simplex/tests"]
4141

42-
addopts = "-vv -s -k test_cooling"

src/amuse_simplex/tests/test_simplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def test12(self):
396396

397397
def test_cooling(self):
398398
# tests whether the input data files are found correctly
399-
instance = SimpleX(number_of_workers=1, redirection="file")
399+
instance = SimpleX(number_of_workers=1)
400400

401401
instance.parameters.metal_cooling_flag = 1
402402

0 commit comments

Comments
 (0)