Skip to content

Commit

Permalink
Fix typo in testing all models script
Browse files Browse the repository at this point in the history
  • Loading branch information
lrennels committed Mar 31, 2022
1 parent cdf32e7 commit 56e7665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/test_all_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkg_that_errored = []

# first set of packages to test
packages_to_test = [
"MimiDICE2010" => ("https://github.com/anthofflab/MimiDICE2010.jl", "master")
"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"),
Expand Down

0 comments on commit 56e7665

Please sign in to comment.