Skip to content

Commit

Permalink
pkg fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Calgaro committed Dec 12, 2024
1 parent b66772c commit b98d34c
Show file tree
Hide file tree
Showing 10 changed files with 2,372 additions and 35 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.11.1"
manifest_format = "2.0"
project_hash = "d3f59c5a3a7dd6a3949ad77b3bd7d6906fecb2ba"
project_hash = "95253e56263e5117a3a7751520f018361d386fcb"

[[deps.ADTypes]]
git-tree-sha1 = "72af59f5b8f09faee36b4ec48e014a79210f2f4f"
Expand Down
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PDFmerger = "3beb2ed1-af7d-458f-b727-6e9beb3586c0"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
PlotlyKaleido = "f2990250-8cf9-495f-b13a-cce12b45703c"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Expand All @@ -42,4 +43,6 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Coverage = "1.6.1"
Pkg = "1.11.0"
Plots = "1.40.9"
Test = "1.11.0"
2 changes: 1 addition & 1 deletion main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Parse the script arguments
settings = ArgParseSettings(prog="LEGEND ovbb Bayesian unbinned fit",
description="",
commands_are_required = true)
@add_arg_table settings begin
@add_arg_table! settings begin
"--config", "-c"
help = "path to config file"
arg_type = String
Expand Down
Loading

0 comments on commit b98d34c

Please sign in to comment.