Skip to content

Commit

Permalink
fix: add Folds back
Browse files Browse the repository at this point in the history
TODO: Before merging, merge #279 in IFT
  • Loading branch information
cpaniaguam committed Aug 17, 2023
1 parent 28dba06 commit 85de5a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.1.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Folds = "41a02a25-b8f0-4f67-bc48-60067656b558"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
IceFloeTracker = "04643c7a-9ac6-48c5-822f-2704f9e70bd3"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Expand Down
1 change: 1 addition & 0 deletions src/IFTPipeline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ using LoggingExtras
using IceFloeTracker
using IceFloeTracker: DataFrames, Dates, @dateformat_str, DataFrame, nrow, rename!, Not, select!, Date, Time, DateTime
using IceFloeTracker: RGB, Gray, load, float64, imsharpen, getlatlon
using Folds
using HDF5
using TOML: parsefile
using Pkg
Expand Down

0 comments on commit 85de5a8

Please sign in to comment.