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 a `_has_dataset` method to `Ion` #270

Closed wtbarnes closed 6 months ago

wtbarnes commented 6 months ago

Fixes #268 by adding a private method that can be easily used to check for the existence of a dataset on an Ion.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.82%. Comparing base (0d26448) to head (86d1366).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #270 +/- ## ========================================== + Coverage 92.80% 92.82% +0.01% ========================================== Files 38 38 Lines 2780 2786 +6 ========================================== + Hits 2580 2586 +6 Misses 200 200 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.