wtbarnes / fiasco

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

Fix citations and rename files #192

Closed wtbarnes closed 1 year ago

wtbarnes commented 1 year ago

Fixes #177

This PR also renames several files to avoid naming clashes between classes and modules. This an issue when trying to build the docs with sphinx on case-insensitive file systems. See sunpy/sunpy#6563.

codecov-commenter commented 1 year ago

Codecov Report

Base: 86.92% // Head: 86.92% // No change to project coverage :thumbsup:

Coverage data is based on head (9e60416) compared to base (8e98812). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #192 +/- ## ======================================= Coverage 86.92% 86.92% ======================================= Files 22 22 Lines 1812 1812 ======================================= Hits 1575 1575 Misses 237 237 ``` | [Impacted Files](https://codecov.io/gh/wtbarnes/fiasco/pull/192?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes) | Coverage Δ | | |---|---|---| | [fiasco/collections.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2NvbGxlY3Rpb25zLnB5) | `70.96% <ø> (ø)` | | | [fiasco/elements.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2VsZW1lbnRzLnB5) | `89.83% <ø> (ø)` | | | [fiasco/fiasco.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2ZpYXNjby5weQ==) | `88.70% <ø> (ø)` | | | [fiasco/io/sources/continuum\_sources.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2lvL3NvdXJjZXMvY29udGludXVtX3NvdXJjZXMucHk=) | `91.48% <ø> (ø)` | | | [fiasco/io/sources/ion\_sources.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2lvL3NvdXJjZXMvaW9uX3NvdXJjZXMucHk=) | `98.88% <ø> (ø)` | | | [fiasco/levels.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2xldmVscy5weQ==) | `100.00% <ø> (ø)` | | | [fiasco/util/decorators.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL3V0aWwvZGVjb3JhdG9ycy5weQ==) | `100.00% <ø> (ø)` | | | [fiasco/util/tools.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL3V0aWwvdG9vbHMucHk=) | `94.54% <ø> (ø)` | | | [fiasco/\_\_init\_\_.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [fiasco/ions.py](https://codecov.io/gh/wtbarnes/fiasco/pull/192/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes#diff-Zmlhc2NvL2lvbnMucHk=) | `89.50% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Will+Barnes)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.