Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contrib testing branches #835

Merged
merged 4 commits into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions contrib/test_all_models.jl
Original file line number Diff line number Diff line change
@@ -15,18 +15,18 @@ pkg_that_errored = []

# first set of packages to test
packages_to_test = [
"MimiDICE2010" => ("https://github.com/anthofflab/MimiDICE2010.jl", "df"), # note here we use the df branch
"MimiDICE2013" => ("https://github.com/anthofflab/MimiDICE2013.jl", "df"), # note here we use the df branch
"MimiDICE2010" => ("https://github.com/anthofflab/MimiDICE2010.jl", "master")
"MimiDICE2013" => ("https://github.com/anthofflab/MimiDICE2013.jl", "master"),
"MimiDICE2016" => ("https://github.com/AlexandrePavlov/MimiDICE2016.jl", "master"),
"MimiDICE2016R2" => ("https://github.com/anthofflab/MimiDICE2016R2.jl", "master"),
"MimiRICE2010" => ("https://github.com/anthofflab/MimiRICE2010.jl", "master"),
"MimiFUND" => ("https://github.com/fund-model/MimiFUND.jl", "mcs"), # note here we use the mcs branch
"MimiPAGE2009" => ("https://github.com/anthofflab/MimiPAGE2009.jl", "mcs"), # note here we use the mcs branch
"MimiPAGE2020" => ("https://github.com/lrennels/MimiPAGE2020.jl", "mcs"), # note using lrennels fork mcs branch, and testing this takes a LONG time :)
"MimiFUND" => ("https://github.com/fund-model/MimiFUND.jl", "master"),
"MimiPAGE2009" => ("https://github.com/anthofflab/MimiPAGE2009.jl", "master"),
"MimiPAGE2020" => ("https://github.com/lrennels/MimiPAGE2020.jl", "master"),
"MimiSNEASY" => ("https://github.com/anthofflab/MimiSNEASY.jl", "master"),
"MimiFAIR" => ("https://github.com/anthofflab/MimiFAIR.jl", "master"),
"MimiMAGICC" => ("https://github.com/anthofflab/MimiMAGICC.jl", "master"),
"MimiHector" => ("https://github.com/anthofflab/MimiHector.jl", "master"),
"MimiHector" => ("https://github.com/anthofflab/MimiHector.jl", "master")
]

mktempdir() do folder_name
@@ -61,7 +61,7 @@ end

# test separately because needs MimiFUND 3.8.6
packages_to_test = [
"MimiIWG" => ("https://github.com/rffscghg/MimiIWG.jl", "mcs") # note here we use the mcs branch
"MimiIWG" => ("https://github.com/rffscghg/MimiIWG.jl", "master")
]

mktempdir() do folder_name
81 changes: 0 additions & 81 deletions test/test_dependencies.jl

This file was deleted.