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: 2 additions & 2 deletions CIValidations/TestNuMCMC.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
stack = PlotStack(samples)

#define a 1D and 2D plot; note the 1D plot has both non-equal bins and is split by mass-ordering
stack.add_plot(["Deltam2_32", "Theta23"],[],[50,50],[[2.2E-3,2.7E-3],[0.7,0.9]])
stack.add_plot(["DeltaCP"],[],[-np.pi, -0.95*np.pi, -0.9*np.pi, -0.85*np.pi, -0.8*np.pi, -0.75*np.pi,
stack.add_plot(["Deltam2_32", "Theta23"],[],[],[50,50],[[2.2E-3,2.7E-3],[0.7,0.9]])
stack.add_plot(["DeltaCP_pipi"],[],[],[-np.pi, -0.95*np.pi, -0.9*np.pi, -0.85*np.pi, -0.8*np.pi, -0.75*np.pi,
-0.7*np.pi, -0.65*np.pi, -0.6*np.pi, -0.55*np.pi, -0.5*np.pi,
-0.45*np.pi, -0.4*np.pi, -0.35*np.pi, -0.3*np.pi, -0.25*np.pi,
-0.2*np.pi, -0.15*np.pi, -0.1*np.pi, -0.05*np.pi, 0,
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/CIValidations.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ option(MaCh3Tutorial_Benchmark_ENABLED "Enable benchmarking" OFF)

CPMAddPackage(
NAME NuMCMCTools
GIT_TAG "tags/v1.0.0"
GIT_TAG "tags/v1.1.0"
GIT_SHALLOW YES
GITHUB_REPOSITORY NuMCMCTools/NuMCMCTools
DOWNLOAD_ONLY YES
Expand Down