Skip to content

Simplifying DASSH Python check.

Shriwise, Patrick requested to merge update_dassh_check into development

This consolidates the Python version check into one location. The PyARC.dassh attribute will be set to None if the module is unavailable. All following operations for DASSH will be skipped if that attribute is None.

Merge request reports