Skip to content

Commit

Permalink
remove covmat_is_close import from filter script.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkrack committed Dec 8, 2024
1 parent fcd4cda commit 4e7e907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnpdf_data/nnpdf_data/commondata/HERA_CC_318GEV/filter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from nnpdf_data.filter_utils.hera_utils import commondata, covmat_is_close
from nnpdf_data.filter_utils.hera_utils import commondata #, covmat_is_close
from pathlib import Path
from dataclasses import dataclass
import typing
Expand Down

0 comments on commit 4e7e907

Please sign in to comment.