Skip to content

Commit

Permalink
update version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Aug 12, 2024
1 parent 2465925 commit 1331814
Show file tree
Hide file tree
Showing 5 changed files with 1,384 additions and 1,251 deletions.
2 changes: 1 addition & 1 deletion biosimulators_simularium/tests/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def assert_clause(clause: bool) -> int:

# OUTPUT_DIR = 'Biosimulators_simularium/OUTPUT'
OUTPUT_DIR = tempfile.mkdtemp()
MIN_E_DIR = 'biosimulators_simularium/tests/fixtures/MinE'
MIN_E_DIR = './fixtures/MinE'
CROWDING_DIR = 'biosimulators_simularium/tests/fixtures/crowding'
DOC_TEST_NAME = 'simularium'
USE_JSON = True
Expand Down
4 changes: 2 additions & 2 deletions install-smoldyn-mac-silicon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# The following script serves as a utility for installing this repository with the Smoldyn requirement on a Silicon Mac

# set installation parameters
dist_url=https://www.smoldyn.org/smoldyn-2.72-mac.tgz
tarball_name=smoldyn-2.72-mac.tgz
dist_url=https://www.smoldyn.org/smoldyn-2.73-mac.tgz
tarball_name=smoldyn-2.73-mac.tgz
dist_dir=${tarball_name%.tgz}

# uninstall existing version
Expand Down
Loading

0 comments on commit 1331814

Please sign in to comment.