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

[ENH] Parameter Fitter: more responsive when changing settings #7027

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

markotoplak
Copy link
Member

@markotoplak markotoplak commented Feb 12, 2025

Callbacks (and thus interruptions) also go into CV.

I was checking why are Parameter Fitter tests so slow. This does not change much for slow tests, but does improve the responsiveness of setting changes with slow learners a lot.

I then added a commit that tries making tests run faster and thus not timeout on Actions. Mainly by actively cancelling running computations when results are not needs.

Includes
  • Code changes
  • Tests
  • Documentation

Callbacks (and thus interruptions) also go into CV.
@markotoplak markotoplak changed the title [ENG] Parameter Fitter: more responsive when changing settings [ENH] Parameter Fitter: more responsive when changing settings Feb 12, 2025
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.36%. Comparing base (e67650f) to head (8be7cbc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7027   +/-   ##
=======================================
  Coverage   88.36%   88.36%           
=======================================
  Files         332      332           
  Lines       73345    73345           
=======================================
  Hits        64814    64814           
  Misses       8531     8531           

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.

2 participants