Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed obsolete Swiftest reader Python script and did some cleanup
  • Loading branch information
daminton committed Jun 24, 2021
1 parent 93f7657 commit f7a003c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
3 changes: 0 additions & 3 deletions python/swiftestio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ keyring==23.0.1
kiwisolver @ file:///tmp/build/80754af9/kiwisolver_1612282414123/work
MarkupSafe @ file:///tmp/build/80754af9/markupsafe_1621528142364/work
matplotlib==3.4.2
mimeparse==0.1.3
mistune @ file:///tmp/build/80754af9/mistune_1594373098390/work
mkl-fft==1.3.0
mkl-random @ file:///tmp/build/80754af9/mkl_random_1618853974840/work
mkl-service==2.3.0
nbclient @ file:///tmp/build/80754af9/nbclient_1614364831625/work
Expand Down Expand Up @@ -70,7 +68,6 @@ qtconsole @ file:///tmp/build/80754af9/qtconsole_1623278325812/work
QtPy==1.9.0
requests==2.25.1
scipy==1.6.3
SecretStorage==3.3.1
Send2Trash @ file:///tmp/build/80754af9/send2trash_1607525499227/work
six @ file:///tmp/build/80754af9/six_1623709665295/work
soupsieve==2.2.1
Expand Down
1 change: 1 addition & 0 deletions python/swiftestio/swiftestio.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ def swiftest_xr2_infile(ds, param, framenum=-1):
tpfile.write_record(v_tp[2])
else:
print(f"{param['IN_TYPE']} is an unknown file type")

if __name__ == '__main__':

workingdir = '/Users/daminton/git/swiftest/examples/rmvs_swifter_comparison/9pl_18tp_encounters/'
Expand Down
32 changes: 0 additions & 32 deletions python/swiftestreader.py

This file was deleted.

0 comments on commit f7a003c

Please sign in to comment.