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

Fix for Astropy v7.0 incompatibility (#229) #232

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. Fixed Issue astropy#229: increased the absolute and relative toleranc…

    …es of 'assert_allclose'.
    hpparvi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    97add95 View commit details
    Browse the repository at this point in the history
  2. Changed to use the default relative tolerances in the 'assert_allclos…

    …e' tests again. They don't matter in practise when we set the absolute tolerances to 0.05 pix.
    hpparvi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8e5baae View commit details
    Browse the repository at this point in the history
  3. Changed to use astropy.modeling.fitting.LMLSQFitter instead of `ast…

    …ropy.modeling.fitting.LevMarLSQFitter` in `specreduce.tracing.FitTrace`.
    hpparvi committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8b0cd21 View commit details
    Browse the repository at this point in the history