feat(validation): added more of the scripts to make paper figures
This commit is contained in:
22
validation/ManuscriptFigures/pynucastro/readme.txt
Normal file
22
validation/ManuscriptFigures/pynucastro/readme.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# Pynucastro test suite
|
||||
|
||||
Test suite to auto generate pynucastro comparisons to GridFire by copying the GridFire topology to pynucastro.
|
||||
|
||||
Note that this may take a while to run as each pynucastro network must run through JIT compilation. The JIT time is not counted to
|
||||
pynucastro evaluation time
|
||||
|
||||
|
||||
To run use
|
||||
|
||||
```bash
|
||||
python GridFireValidationSuite.py --suite HotStar_No_QSE CoolStar_No_QSE --pynucastro-compare --pync-engine="GraphEngine"
|
||||
```
|
||||
|
||||
to see all options
|
||||
|
||||
|
||||
```bash
|
||||
python GridFireValidationSuite.py --help
|
||||
```
|
||||
|
||||
Results will be saved in a directory as json files which you may parse to analyze
|
||||
Reference in New Issue
Block a user