Skip to content

Commit

Permalink
Merge pull request #2190 from NNPDF/rm_paramfits
Browse files Browse the repository at this point in the history
remove paramfits scripts
  • Loading branch information
scarlehoff authored and RoyStegeman committed Oct 31, 2024
2 parents c623dc8 + 7dc35c9 commit 92d301a
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2,434 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions validphys2/src/validphys/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
The entry point of the validphys application is the ``main`` funcion of this
module.
"""

import contextlib
import logging
import os
Expand All @@ -31,11 +32,8 @@
"validphys.reweighting",
"validphys.kinematics",
"validphys.correlations",
"validphys.chi2grids",
"validphys.eff_exponents",
"validphys.asy_exponents",
"validphys.paramfits.dataops",
"validphys.paramfits.plots",
"validphys.theorycovariance.construction",
"validphys.theorycovariance.output",
"validphys.theorycovariance.tests",
Expand Down
74 changes: 0 additions & 74 deletions validphys2/src/validphys/chi2grids.py

This file was deleted.

3 changes: 1 addition & 2 deletions validphys2/src/validphys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
LoadFailedError,
PDFNotFound,
)
from validphys.paramfits.config import ParamfitsConfig
from validphys.plotoptions.core import get_info
import validphys.scalevariations

Expand Down Expand Up @@ -1739,5 +1738,5 @@ def produce_total_phi_data(self, fitthcovmat):
return validphys.results.dataset_inputs_phi_data


class Config(report.Config, CoreConfig, ParamfitsConfig):
class Config(report.Config, CoreConfig):
"""The effective configuration parser class."""
11 changes: 0 additions & 11 deletions validphys2/src/validphys/paramfits/__init__.py

This file was deleted.

Loading

0 comments on commit 92d301a

Please sign in to comment.