Skip to content

Commit

Permalink
Remove output files from splitting clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Jan 4, 2021
1 parent 37ef62d commit a37c6c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/particle.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if VERSION < v"1.5"
ver = "111"
else
else
ver = "150"
end

Expand All @@ -24,3 +24,6 @@ rejoined_cloud = join_cloud(file, 2)
@test cloud.resamples == rejoined_cloud.resamples
@test cloud.tempering_schedule == rejoined_cloud.tempering_schedule
end

rm("reference/smc_cloud_fix=true_version=$(ver)_part1.jld2")
rm("reference/smc_cloud_fix=true_version=$(ver)_part2.jld2")

0 comments on commit a37c6c4

Please sign in to comment.