JuliaSmoothOptimizers / BundleAdjustmentModels.jl

Julia repository of bundle adjustment problems
Mozilla Public License 2.0
9 stars 5 forks source link

Don't rely on Julia to decompress the artifacts *.bz2 #95

Open amontoison opened 1 month ago

amontoison commented 1 month ago

In #93, I updated the git-tree-sha1 of each artifact stored in Artifacts.toml such we have the correct hash once the archives are decompressed. The issue is that Julia doesn't handle automatically the decompression of these archives.

We have to do it in this package. It will simplify the current code and fix #71.