We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86a6cc commit aaf2009Copy full SHA for aaf2009
src/main.jl
@@ -142,7 +142,7 @@ function main(;
142
@time "save to S3" savecube(setchunks(c, (15000,15000)), string(orbitoutpath))
143
rm(tmppath, recursive=true)
144
if compute_prange
145
- prangepath = replace(orbitoutpath, "rqatrend"=>"prange", "thresh_3.0_"=>"")
+ prangepath = Path(replace(string(orbitoutpath), "rqatrend"=>"prange", "thresh_3.0_"=>""))
146
tmppath = tempname() * ".zarr"
147
@time "prange" prange(tcube, outpath=tmppath, overwrite=true)
148
cprange = Cube(tmppath)
0 commit comments