ktindiana / sphinxval

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

Bug: model_np in plotting_tools.py causes error #20

Closed lukestegeman closed 9 months ago

lukestegeman commented 9 months ago

This error (fatal) crops up because model_np is a numpy array attempting to test equivalence with a list.

lukestegeman commented 9 months ago

Fixed by temporarily converting model_np and obs_values to lists.

lukestegeman commented 9 months ago

Not committed yet.