Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix to breaking bug from thermal model #134

Merged
merged 6 commits into from
Mar 4, 2024

Conversation

KriSun95
Copy link
Collaborator

When changing the chianti file for the thermal model, the fitter test on the user model can fail. Real issue is in thermal model which the testing energy range in the fitter fails on. This PR changes testing energy range to not get caught in thermal function bug.

This is a quick fix which does not get at the real issue; however, it avoids the bug now and stops the fitter from breaking as described in #99. Additionally, this issue will be more fully dealt with during more refactoring of the package.

…mal model. Real issue is in thermal model which the testing energy range in the fitter fails on. Changed testing energy range to not get caught in thermal function bug.
Why do I always forget a changeling file!?
Cadair and others added 4 commits March 4, 2024 17:01
* Move CI to GitHub Actions

* Get tests running

* Add change log.
* Changed fittter_legacy module to fitting_legacy and added new fitting module

---------

Co-authored-by: Kristopher Cooper <[email protected]>
Co-authored-by: Shane Maloney <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@2deabc0). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage        ?   55.81%           
=======================================
  Files           ?       20           
  Lines           ?     3166           
  Branches        ?        0           
=======================================
  Hits            ?     1767           
  Misses          ?     1399           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@KriSun95 KriSun95 merged commit 01c7e53 into sunpy:main Mar 4, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants