wtbarnes / fiasco

Python interface to the CHIANTI atomic database
http://fiasco.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

Add test for whole database #220

Closed wtbarnes closed 1 year ago

wtbarnes commented 1 year ago

Currently, the main test suite is only run against a database consisting of a subset of the database to reduce setup time. However, there are issues that may only arise when building the entire database. Thus, there should be one test on the CI that runs against the entire database. This could be run only when all the other tests pass.