Skip to content

Commit

Permalink
Merge pull request #684 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
Suspend EnsembleModel testing
  • Loading branch information
ablaom committed Oct 28, 2020
2 parents 6bdfc4b + 3202353 commit 5d15fb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
15 changes: 8 additions & 7 deletions paper/paper.bib
Expand Up @@ -186,13 +186,14 @@ @misc{MLJtutorials
url = {https://alan-turing-institute.github.io/DataScienceTutorials.jl/}
}

@misc{Rackauckas2017,
author = {C. Rackauckas},
title = {A Comparison Between Differential Equation Solver Suites In {MATLAB}, {R}, {J}ulia, {P}ython, {C}, {M}athematica, {M}aple, and {F}ortran},
year = {2017},
publisher = {C. Rackauckas},
journal = {Stochastic Lifestyle (blog)},
url = {https://www.stochasticlifestyle.com/comparison-differential-equation-solver-suites-matlab-r-julia-python-c-fortran/}
@article{Rackauckas2017,
author = {Christopher Rackauckas},
journal = {The Winnower},
title = {A Comparison Between Differential Equation Solver Suites In MATLAB, R, Julia, Python, C, Mathematica, Maple, and Fortran},
year = {2018},
month = {08},
url = {https://dx.doi.org/10.15200/winn.153459.98975},
doi = {10.15200/winn.153459.98975}
}

@article{RackauckasNie2017,
Expand Down
7 changes: 4 additions & 3 deletions test/runtests.jl
Expand Up @@ -12,9 +12,10 @@ end
@test include("version.jl")
end

@testset "ensembles" begin
@test include("ensembles.jl")
end
# TODO: restore after MLJNearestNeighbors #1 is resolved:
# @testset "ensembles" begin
# @test include("ensembles.jl")
# end

@testset "matching models to data" begin
@test include("model_matching.jl")
Expand Down

0 comments on commit 5d15fb8

Please sign in to comment.