From 930c9868e0ff77cbcd15ddfa46daf3ee42d819f3 Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 6 Jul 2023 11:24:20 -0400 Subject: [PATCH 1/2] fix: re-export deps --- src/IceFloeTracker.jl | 6 +++++ test/runtests.jl | 52 +++++++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/src/IceFloeTracker.jl b/src/IceFloeTracker.jl index 1e045b2e..69ced447 100644 --- a/src/IceFloeTracker.jl +++ b/src/IceFloeTracker.jl @@ -40,6 +40,12 @@ export readdlm, centered, imrotate +# For IFTPipeline +using HDF5 +export HDF5, PyCall +export DataFrames, DataFrame, nrow, Not, select! +export Dates, Time, Date, DateTime,@dateformat_str + include("utils.jl") include("persist.jl") include("landmask.jl") diff --git a/test/runtests.jl b/test/runtests.jl index 38e77fb9..851d29ad 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -18,33 +18,33 @@ testnames = [n[6:(end - 3)] for n in alltests] ## Put the filenames to test below -to_test = alltests # uncomment this line to run all tests or add individual files below +to_test = #alltests # uncomment this line to run all tests or add individual files below [ -# "test-create-landmask.jl", -# "test-create-cloudmask.jl", -# "test-normalize-image.jl", -# "test-persist.jl", -# "test-utils-padding.jl", -# "test-discrim-ice-water.jl", -# "test-find-ice-labels.jl", -# "test-segmentation-a.jl", -# "test-segmentation-b.jl", -# "test-segmentation-watershed.jl", -# "test-segmentation-f.jl", -# "test-bwtraceboundary.jl", -# "test-resample-boundary.jl", -# "test-regionprops.jl", -# "test-psi-s.jl", -# "test-crosscorr.jl" -# "test-bwperim.jl", -# "test-bwareamaxfilt.jl" -# "test-register-mismatch.jl", -# "test-utils-imextendedmin.jl", -# "test-morphSE.jl", -# "test-hbreak.jl", -# "test-bridge.jl", -# "test-branch.jl" -# "test-pipeline.jl" + # "test-create-landmask.jl", + # "test-create-cloudmask.jl", + # "test-normalize-image.jl", + # "test-persist.jl", + # "test-utils-padding.jl", + # "test-discrim-ice-water.jl", + # "test-find-ice-labels.jl", + # "test-segmentation-a.jl", + # "test-segmentation-b.jl", + # "test-segmentation-watershed.jl", + # "test-segmentation-f.jl", + # "test-bwtraceboundary.jl", + # "test-resample-boundary.jl", + "test-regionprops.jl", + # "test-psi-s.jl", + # "test-crosscorr.jl" + # "test-bwperim.jl", + # "test-bwareamaxfilt.jl" + # "test-register-mismatch.jl", + # "test-utils-imextendedmin.jl", + # "test-morphSE.jl", + # "test-hbreak.jl", + # "test-bridge.jl", + # "test-branch.jl" + # "test-pipeline.jl" ] # Run the tests From a4d7886878418b00fc887b7ebc2cb8abd318b772 Mon Sep 17 00:00:00 2001 From: Carlos Paniagua Date: Thu, 6 Jul 2023 12:27:15 -0400 Subject: [PATCH 2/2] fix: restore all tests --- test/runtests.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 851d29ad..aca5652b 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -18,7 +18,7 @@ testnames = [n[6:(end - 3)] for n in alltests] ## Put the filenames to test below -to_test = #alltests # uncomment this line to run all tests or add individual files below +to_test = alltests # uncomment this line to run all tests or add individual files below [ # "test-create-landmask.jl", # "test-create-cloudmask.jl", @@ -33,7 +33,7 @@ to_test = #alltests # uncomment this line to run all tests or add individual fil # "test-segmentation-f.jl", # "test-bwtraceboundary.jl", # "test-resample-boundary.jl", - "test-regionprops.jl", + # "test-regionprops.jl", # "test-psi-s.jl", # "test-crosscorr.jl" # "test-bwperim.jl",