Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Dec 29, 2024
1 parent 1a157e2 commit cf4d042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
G=GriddedFields.load()
P=( variable=:Td, level=10, year=2002, month=1, input_path=MITprof.default_path,
statistic=:mean, npoint=9, nmon=3, rng=(-1.0,1.0))
df1=MITprofAnalysis.trim( MITprofAnalysis.read_pos_level(P.level,path=P.input_path) )
df1=MITprofAnalysis.trim( MITprofAnalysis.read_pos_level(P.level,path=P.input_path),:T )
GriddedFields.update_tile!(G,P.npoint)
ar1=G.array()
sta1=MITprofStat.stat_monthly!(ar1,df1,P.variable,P.statistic,P.year,P.month,G,nmon=P.nmon)
Expand Down

0 comments on commit cf4d042

Please sign in to comment.