BrownDwarf / gollum

A microservice for programmatic access to precomputed synthetic spectral model grids in astronomy
https://gollum-astro.readthedocs.io/
MIT License
21 stars 5 forks source link

Split PHOENIX and Sonora tests #20

Closed nattieg closed 2 years ago

nattieg commented 2 years ago

Many users, especially students, are likely to only be interested in loading either PHOENIX or Sonora models, not both. Recommend providing something like py_phoenix.test and py_sonora.test so student users aren't bogged down with failures related to grids they are not currently interested in.

gully commented 2 years ago

Thank you for filling the issue! That's a good point, most folks will only want either Sonora or Phoenix, but not both. I've updated the installation documentation to reflect the way to run each test separately. Good recommendation, thank you!