Skip to content

Commit

Permalink
Merge branch 'multict_analysis' of github.com:NNPDF/nnpdf into multic…
Browse files Browse the repository at this point in the history
…t_analysis
  • Loading branch information
comane committed Mar 4, 2024
2 parents 9adf1d8 + 9f976f7 commit 20ee788
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions validphys2/src/validphys/kinematics.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
from reportengine import collect
from reportengine.checks import check_positive
from reportengine.table import table

from validphys import plotutils
from validphys import plotoptions
from validphys.core import CutsPolicy
from validphys.closuretest import fits_normed_dataset_central_delta
from validphys.closuretest import dataset_xi
from validphys.closuretest import dataset_replica_and_central_diff

from reportengine.figure import figuregen

from validphys.core import CutsPolicy
from validphys.plotoptions import core as plotoptions_core
from validphys import plotutils
Expand All @@ -23,6 +33,7 @@

from reportengine.figure import figuregen


log = logging.getLogger(__name__)


Expand Down

0 comments on commit 20ee788

Please sign in to comment.