Skip to content

Commit

Permalink
remove paramfits directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 29, 2024
1 parent c623dc8 commit 9fd222c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2,269 deletions.
5 changes: 3 additions & 2 deletions validphys2/src/validphys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
LoadFailedError,
PDFNotFound,
)
from validphys.paramfits.config import ParamfitsConfig

pass
from validphys.plotoptions.core import get_info
import validphys.scalevariations

Expand Down Expand Up @@ -1739,5 +1740,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 9fd222c

Please sign in to comment.