Skip to content

Commit

Permalink
Merge pull request #19 from ProjectTorreyPines/clean_up
Browse files Browse the repository at this point in the history
Clean up, reogranization, and now dependent on GGDUtils
  • Loading branch information
anchal-physics authored Nov 7, 2023
2 parents 9d68707 + e430eaf commit b81f2a6
Show file tree
Hide file tree
Showing 8 changed files with 782 additions and 1,035 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors = ["David Eldon <eldond@fusion.gat.com>"]
version = "0.1.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
GGDUtils = "b7b5e640-9b39-4803-84eb-376048795def"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OMAS = "91cfaa06-6526-4804-8666-b540b3feef2f"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ from native SOLPS output format into IMAS
Following code ensures it uses the enviroment described in ./Project.toml:

```
(base) gupta@F-CJXNMY7L7 SOLPS2IMAS.jl % julia --proje
ct=./ test/runtests.jl
solps2imas() time: 3.309287 seconds (9.92 M allocations: 666.357 MiB, 5.68% gc time, 71.71% compilation time)
Test Summary: | Pass Total Time
omasstuff | 4 4 6.9s
hello there
Test Summary: | Pass Total Time
utilities | 3 3 0.0s
% julia --project test/runtests.jl
Test Summary: | Pass Total Time
Test index conversions | 1 1 0.1s
Test Summary: | Pass Total Time
Test read_b2_output | 19 19 1.8s
solps2imas() time: 8.995446 seconds (16.05 M allocations: 1.115 GiB, 4.49% gc time, 83.09% compilation time: <1% of which was recompilation)
Test Summary: | Pass Total Time
Test solps2imas() | 4 4 9.9s
```
Loading

0 comments on commit b81f2a6

Please sign in to comment.