Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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