Skip to content

Commit

Permalink
update sampler and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Jul 8, 2022
1 parent 9dfca19 commit ffa7974
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 372 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ParameterSpacePartitions"
uuid = "64931d76-8770-46b0-8423-0a5d3a7d2d72"
authors = ["itsdfish"]
version = "0.3.10"
version = "0.4.0"

[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Expand Down
4 changes: 1 addition & 3 deletions src/ParameterSpacePartitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module ParameterSpacePartitions
no_adaption!,
estimate_volume,
bias_correction,
psp_slices,
intersects
psp_slices

export Options,
Results
Expand All @@ -17,7 +16,6 @@ module ParameterSpacePartitions
include("structs.jl")
include("sampler.jl")
include("volume.jl")
include("intersection_test.jl")
include("TestModels.jl")

end
251 changes: 0 additions & 251 deletions src/intersection_test.jl

This file was deleted.

115 changes: 0 additions & 115 deletions test/intersection_tests.jl

This file was deleted.

Loading

0 comments on commit ffa7974

Please sign in to comment.