Skip to content

Commit

Permalink
remove paramfits from vp app dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Oct 29, 2024
1 parent 9fd222c commit e67bdb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 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 @@ -34,8 +35,6 @@
"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
2 changes: 0 additions & 2 deletions validphys2/src/validphys/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
LoadFailedError,
PDFNotFound,
)

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

Expand Down

0 comments on commit e67bdb3

Please sign in to comment.