Skip to content

Commit

Permalink
Update database
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Dec 2, 2024
1 parent 1ceba49 commit 65e5d9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[compat]
CodecBzip2 = "0.8.4"
CodecBzip2 = "0.8"
DataFrames = "1.7"
JLD2 = "0.5"
NLPModels = "0.21.3"
Expand Down
Binary file modified src/ba_probs_df.jld2
Binary file not shown.
3 changes: 2 additions & 1 deletion utils/gen_problems_df.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ for probs_symbol ∈ ba_groups
problems = eval(probs_symbol)
group = string(probs_symbol)
for name in problems
model = BundleAdjustmentModel(name, group, T = Float32)
@info "Problem $name of the group $group."
model = BundleAdjustmentModel(name)
push!(df, (model.meta.name, group, model.nls_meta.nequ, model.meta.nvar, model.nls_meta.nnzj))
end
end
Expand Down

0 comments on commit 65e5d9c

Please sign in to comment.