Skip to content

Commit

Permalink
got rid of NBInclude
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Feb 9, 2020
1 parent af3264e commit 3bbc4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ StatsBase = "0"
julia = "1"

[extras]
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
POMDPPolicies = "182e52fb-cfd0-5e46-8c26-fd0667c990f4"
POMDPSimulators = "e0d0a172-29c6-5d4e-96d0-f262df5d01fd"
POMDPTesting = "92e6a534-49c2-5324-9027-86e3c861ab81"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["NBInclude", "POMDPPolicies", "POMDPSimulators", "POMDPTesting", "Test"]
test = ["POMDPPolicies", "POMDPSimulators", "POMDPTesting", "Test"]
4 changes: 2 additions & 2 deletions test/simple_gridworld.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using POMDPModels
using Test
using POMDPTesting
using NBInclude

let
problem = SimpleGridWorld()
Expand Down Expand Up @@ -55,5 +54,6 @@ let
end

let
@nbinclude(joinpath(dirname(@__FILE__), "..", "notebooks", "GridWorld Visualization.ipynb"))
@warn("NBInclude tests skipped")
# @nbinclude(joinpath(dirname(@__FILE__), "..", "notebooks", "GridWorld Visualization.ipynb"))
end

0 comments on commit 3bbc4d3

Please sign in to comment.