skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
118 stars 38 forks source link

BUG: Raise ImportError if optional dependency speclite is not installed #437

Closed rrjbca closed 3 years ago

rrjbca commented 3 years ago

Description

Attempting to call mag_ab without the optional dependency speclite installed will now correctly raise an ImportError instead of a NameError. Fixes #436

Checklist