Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Dec 29, 2024
1 parent 9f6f196 commit 1a157e2
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 @@ -94,7 +94,7 @@ end
df.pos=MITprofAnalysis.parse_pos.(df.pos)
df.Td=df.T-df.Te
df.Sd=df.S-df.Se
df=trim_high_cost(df,:T,fcmax=5.0)
df=MITprofAnalysis.trim_high_cost(df,:T,fcmax=5.0)
MITprofAnalysis.add_climatology_factors!(df)
MITprofAnalysis.add_tile!(df,Γ,30)
d0=DateTime("2002-01-01T00:00:00")
Expand Down

0 comments on commit 1a157e2

Please sign in to comment.