-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Describe the bug
Currently, make_debug_bird_plots requires loading code from tools folder, which is not packaged with EXOSIMS and which will not work unless running from EXOSIMS root.
Steps to fix:
- Move obs_plot from tools into util. Add whatever decorator/magic to make matplotlib an optional dependency. Do not add matplotlib to actual package reqs.
- Update obs_plot to fail gracefully if no matplotlib
- Update SurveySimulation prototype to point to the right version of obs_plot
- Conslidate debug_plot_path and make_debug_bird_plots into single keyword
- Add all associated keywords to _outspec
Reactions are currently unavailable