Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RosalynLP committed Mar 10, 2021
1 parent cee2829 commit fd84f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions validphys2/src/validphys/theorycovariance/construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def make_scale_var_covmat(predictions):

@check_correct_theory_combination
def theory_covmat_singleprocess_no_table(theoryids_procs_central_values_no_table,
procs_index, theoryids,
fivetheories:(str, type(None)) = None):
procs_index, theoryids,
fivetheories:(str, type(None)) = None):

"""Calculates the theory covariance matrix for scale variations.
The matrix is a dataframe indexed by procs_index."""
Expand Down
1 change: 0 additions & 1 deletion validphys2/src/validphys/theorycovariance/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ def _get_key(element):
return newelement


@figure
def plot_corrmat_heatmap(corrmat, title):
"""Matrix plot of a correlation matrix"""
df = corrmat
Expand Down

0 comments on commit fd84f50

Please sign in to comment.