Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoterh committed Dec 18, 2024
1 parent 47751ee commit 866ea49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/smefit/analyze/fisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,12 @@ def plot_heatmap(
fisher[latex_names.index.get_level_values(level=1)]
for fisher in fisher_dfs
]

quad_fisher_dfs = [
fisher[latex_names.index.get_level_values(level=1)]
for fisher in quad_fisher_dfs
]

else:
fisher_dfs = [fisher_df[latex_names.index.get_level_values(level=1)]]
if quad_fisher_df is not None:
Expand Down

0 comments on commit 866ea49

Please sign in to comment.