Skip to content

Commit 4daaf2a

Browse files
committed
fix exports
1 parent e8788cd commit 4daaf2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WVZAnalysisCore/src/WVZAnalysisCore.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using UnROOT, FHist, LinearAlgebra, LorentzVectorHEP, LazyArrays, JSON3, Progres
44
using XGBoost, Distributed, Serialization
55
using ONNX, ONNX.Umlaut
66

7-
export AnalysisTask
7+
export AnalysisTask, ALL_TAGS, ANALYSIS_DIR
88
export prep_tasks, main_looper, hist_root, arrow_making
99

1010
include("./analysis_utils.jl")

src/WVZAnalysis.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module WVZAnalysis
22

33
using WVZAnalysisCore
4+
export WVZAnalysisCore
45
export arrow_making, hist_root, significance_table, print_sigtable
56

67
include("./reporting_utils.jl")

0 commit comments

Comments
 (0)