Skip to content

Commit

Permalink
Merge d144737 into 565f59d
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Apr 5, 2019
2 parents 565f59d + d144737 commit 05af37b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 71 deletions.
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
julia 0.7
Distributions 0.11 0.17
Distributions 0.17
POMDPs
2 changes: 1 addition & 1 deletion docs/src/convenience.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

POMDPModelTools contains default implementations for some POMDPs.jl functions.

For a complete list of default implementations, see [convenient_implementations.jl](https://github.com/JuliaPOMDP/POMDPModelTools.jl/blob/master/src/convenient_implementations.jl) and [distributions_jl.jl](https://github.com/JuliaPOMDP/POMDPModelTools.jl/blob/master/src/distributions/distributions_jl.jl).
For a complete list of default implementations, see [convenient_implementations.jl](https://github.com/JuliaPOMDP/POMDPModelTools.jl/blob/master/src/convenient_implementations.jl).
3 changes: 0 additions & 3 deletions src/POMDPModelTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ export
obs_prob_consistency_check,
trans_prob_consistency_check

# tools for distributions
include("distributions/distributions_jl.jl")

export
weighted_iterator
include("distributions/weighted_iteration.jl")
Expand Down
41 changes: 0 additions & 41 deletions src/distributions/distributions_jl.jl

This file was deleted.

4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using POMDPModelTools
using POMDPs
using POMDPModels
using Distributions
using Random
using Test
using Pkg
Expand All @@ -18,9 +17,6 @@ end
@testset "implement" begin
include("test_implementations.jl")
end
@testset "distribjl" begin
include("test_distributions_jl.jl")
end
@testset "weightediter" begin
include("test_weighted_iteration.jl")
end
Expand Down
21 changes: 0 additions & 21 deletions test/test_distributions_jl.jl

This file was deleted.

0 comments on commit 05af37b

Please sign in to comment.