Skip to content

Commit

Permalink
Remove bridging test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarfati committed Mar 4, 2020
1 parent 964b019 commit d80eca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/smc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ end
####################################################################
# Bridging Test
####################################################################
#=
m = AnSchorfheide()
save = normpath(joinpath(dirname(@__FILE__),"save"))
Expand Down Expand Up @@ -143,5 +144,4 @@ for i in 1:64
cloud = load(replace(loadpath, ".jld" => "_stage=$(i).jld"), "cloud")
histogram(cloud.particles[:, 1])
end=#

#error()
=#

2 comments on commit d80eca8

@rsarfati
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/10543

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" d80eca8dbf43fd14b991c05be10ef74c0cbe80b8
git push origin v0.1.7

Please sign in to comment.