-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken web site time series plots. #249
Commits on Mar 29, 2024
-
Change NowcastWorker mock to pytest fixture
Test suite maintenance. re: issue #81
Configuration menu - View commit details
-
Copy full SHA for 3c3bd4d - Browse repository at this point
Copy the full SHA 3c3bd4dView commit details -
Update make_plots worker main() function docstring
Removed not informative "Set up and run the worker." line at the beginning. re: issue #121
Configuration menu - View commit details
-
Copy full SHA for 5f166c8 - Browse repository at this point
Copy the full SHA 5f166c8View commit details -
Change logging mocks to pytest caplog fixture
Replace unittest.mock.patch decorator with pytest caplog fixture for tests of logging. Test suite maintenance re: issue #82.
Configuration menu - View commit details
-
Copy full SHA for 459d677 - Browse repository at this point
Copy the full SHA 459d677View commit details -
Add unit tests for YAML config file elements
Add unit tests for production YAML config file elements related to worker; re: issue #117.
Configuration menu - View commit details
-
Copy full SHA for c581b7e - Browse repository at this point
Copy the full SHA c581b7eView commit details -
Remove unused ferry_data_dir configuration retrieval
The ferry_data_dir configuration was retrieved but not used in the make_plots.py worker script. This change removes the unneeded line to tidy up the code and avoid potential confusion in the future.
Configuration menu - View commit details
-
Copy full SHA for 40cdf7d - Browse repository at this point
Copy the full SHA 40cdf7dView commit details -
Update to V21-11 dataset URLs in config & tests
The URLs for '3d tracer fields' and '3d biology fields' have been updated in the test_make_plots.py and nowcast.yaml files.
Configuration menu - View commit details
-
Copy full SHA for 53d63c3 - Browse repository at this point
Copy the full SHA 53d63c3View commit details -
Rename physics dataset keys to '3d physics fields'
This commit changes the '3d tracer fields' key in the nowcast.yaml configuration file, the make_plots.py worker and test_make_plots.py tests to '3d physics fields'. This change better reflects in the relevant data source URLs.
Configuration menu - View commit details
-
Copy full SHA for d7cfd2c - Browse repository at this point
Copy the full SHA d7cfd2cView commit details -
Update zooplankton field var names in make_plots
Update zooplankton field variable names for the time series plot function in the make_plots worker. Specifically, change "mesozooplankton" and "microzooplankton" to "z1_zooplankton" and "z2_zooplankton". This update ensures consistency with the V21-11 model output variable names.
Configuration menu - View commit details
-
Copy full SHA for 15e07d9 - Browse repository at this point
Copy the full SHA 15e07d9View commit details -
Replace Mesodinium rubrum w/ Diatoms in time series plots
In the 'make_plots' worker, the field variable 'mesodinium' was changed to 'diatoms' for the time series plots. The 'diatoms_flagellates_timeseries' dictionary key is adjusted accordingly. This is necessary due to the removal of the Mesodinium rubrum variable from the V21-11 model calculations and output.
Configuration menu - View commit details
-
Copy full SHA for ee9b6ad - Browse repository at this point
Copy the full SHA ee9b6adView commit details -
Add z1 & z2 zooplankton to color dict in website_theme
Two new types of zooplankton, 'z1_zooplankton' and 'z2_zooplankton', have been added to the color dictionary of nowcast/figures/website_theme.py file. This change would allow the correct color to be displayed for these new types in the corresponding plots.
Configuration menu - View commit details
-
Copy full SHA for dbdb26b - Browse repository at this point
Copy the full SHA dbdb26bView commit details