Skip to content

Commit

Permalink
fixed atl24 init script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Sep 4, 2024
1 parent ce0851a commit 4e4ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/bathy/extensions/atl24_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ while sys.alive() and ( (not bathy_mask_complete) or
(not uncertainty_lut_complete) or
(not pointnet_model_complete) or
(not qtrees_model_complete) or
(not coastnet_model_complete)
(not coastnet_model_complete) or
(not ensemble_model_complete)) do

sys.log(core.INFO, "Initializing ATL24 processing environment...")
Expand Down

0 comments on commit 4e4ef08

Please sign in to comment.