Skip to content

Commit

Permalink
codecov, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Sep 11, 2024
1 parent ddbdff4 commit bb9da3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
IniFile = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Expand Down
6 changes: 5 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using ClimateModels, Documenter, Test, PyCall, Conda, CairoMakie
import Zarr, NetCDF
import Zarr, NetCDF, InitFile

ClimateModels.conda(:fair)
ClimateModels.pyimport(:fair)
Expand Down Expand Up @@ -113,9 +113,13 @@ end
MC=HectorConfig()
if Sys.islinux()
run(MC)
# ClimateModels.plot_examples(:Hector,MC)
# (store,list)=Hector.calc_all_scenarios(MC)
# f_all=ClimateModels.plot_examples(:Hector_scenarios,store,list)
else
setup(MC)
end
nml=read_IniFile(MC)
end

@testset "doctests" begin
Expand Down

0 comments on commit bb9da3d

Please sign in to comment.