Skip to content

Commit

Permalink
fixed import of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Calgaro committed Feb 6, 2025
1 parent deda10d commit b14d683
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ovbb_plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ using BAT
import HDF5
using IntervalSets: (..)

include("src/utils.jl")
include("src/fitting.jl")
include("src/constants.jl")
include("src/likelihood.jl")
include("utils.jl")
include("fitting.jl")
include("constants.jl")
include("likelihood.jl")

# this function calculates the observable counts density at a certain energy
# and given the samples. "density" means that there is no integral over energy
Expand Down

0 comments on commit b14d683

Please sign in to comment.