ktindiana / sphinxval

SPHINX validation code for solar energetic particle models
MIT License
3 stars 3 forks source link

Flare() trigger bugfix and config changes #1

Closed rickyegeland closed 11 months ago

rickyegeland commented 11 months ago

I found a bug in classes.py that prevented the code from running. Also, I have updated validation.py to use the config.py configuration instead of assuming a hard-coded directory structure. I added a requirements.txt that will be used later for packaging. It can be used to get the code up and running in a virtual environment like this:

% git clone https://github.com/ktindiana/sphinxval.git
% cd sphinxval
% virtualenv venv
% pip install -r requirements.txt
% python bin/sphinx.py --help
rickyegeland commented 11 months ago

I made a new commit to ignore (with warning) invalid empty string "" noaa_region that COMESEP has been providing.