Skip to content

Commit

Permalink
export new func
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBrand1 committed Dec 18, 2024
1 parent 60a2295 commit 677d222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/src/EpiAwarePipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export score_parameters, simple_crps, summarise_crps

# Exported functions: Analysis functions for constructing dataframes
export make_prediction_dataframe_from_output, make_truthdata_dataframe,
make_scoring_dataframe_from_output
make_scoring_dataframe_from_output, make_mcmc_diagnostic_dataframe

# Exported functions: Make main plots
export figureone, figuretwo
Expand Down
2 changes: 2 additions & 0 deletions pipeline/src/analysis/analysis.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include("config_mappings.jl")
include("make_truthdata_dataframe.jl")
include("make_prediction_dataframe_from_output.jl")
include("make_scoring_dataframe_from_output.jl")
include("make_mcmc_diagnostic_dataframe.jl")

0 comments on commit 677d222

Please sign in to comment.