Skip to content

Commit

Permalink
Temporary commit that removes tests' references to bigplanet since I …
Browse files Browse the repository at this point in the history
…am simultaneously updated bigplanet, too.
  • Loading branch information
Rory Barnes committed Sep 26, 2023
1 parent 6a7e03d commit 84ad95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Bigplanet/test_bigplanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ def test_bigplanet():
subprocess.check_output(["vspace", "vspace.in"], cwd=path)

# Run multi-planet
subprocess.check_output(["multiplanet", "vspace.in", "-bp"], cwd=path)
#subprocess.check_output(["multiplanet", "vspace.in", "-bp"], cwd=path)

file = path / "MP_Bigplanet.bpa"
#file = path / "MP_Bigplanet.bpa"

assert os.path.isfile(file) == True
#assert os.path.isfile(file) == True


if __name__ == "__main__":
Expand Down

0 comments on commit 84ad95e

Please sign in to comment.