Skip to content

Commit

Permalink
fix: resolved namespace in import for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Feb 5, 2024
1 parent 21e9e17 commit ca93873
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/python/smoldyn/biosimulators/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

def test_simularium():
archive_path = '/Users/alex/Desktop/uchc_work/repos/Smoldyn/examples/S99_more/Min/Min1.omex'
output_dir = '/Users/alex/Desktop/uchc_work'
# output_dir = '/Users/alex/Desktop/uchc_work'
output_dir = temp_dir()

exec_archive(archive_path, output_dir)
files = [f for f in os.listdir(output_dir)]
Expand All @@ -18,8 +19,5 @@ def test_simularium():
print(f'THE SIMULARIUM:\n{data}')





if __name__ == '__main__':
test_simularium()

0 comments on commit ca93873

Please sign in to comment.