Skip to content
Snippets Groups Projects

total chi2/phi use experiments

Merged Emanuele Roberto Nocera requested to merge fix-datakw-compfits-slowdown into master

Created by: wilsonmr

provided no theory covmat is being used. I don't see an imminent issue with this and it significantly speeds up comp fits

@tgiani please can you run a compfits using this and check the numbers are the same in particular in the fit summary table and the total row of the chi2 table?

Note I also changed the provider name for some plot functions which I guess we never use because the providers were non-existent before. Hopefully they work now.

Finally I also added a small fix for a bug I guess was introduced in #862 where a function relied on an import of linalg but the import didn't exist @RosalynLP can you check you agree with that? (EDIT: specifically in results.py with experiments_invcovmat)

closes #860 (closed) closes #924 (closed)

Merge request reports

Merged by avatar (Apr 25, 2025 7:11pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
13 13
14 14 import numpy as np
15 15 import pandas as pd
16 import scipy.linalg as la
  • Created by: Zaharid

    Why the import?

  • Created by: wilsonmr

    Finally I also added a small fix for a bug I guess was introduced in #862 where a function relied on an import of linalg but the import didn't exist @RosalynLP can you check you agree with that? (EDIT: specifically in results.py with experiments_invcovmat)

    something slipped through the net on previous PR

  • Merged by: scarrazza at 2020-09-23 14:20:04 UTC

  • merged manually

  • mentioned in issue #752 (closed)

  • mentioned in merge request !1005 (merged)

  • Please register or sign in to reply
    Loading