Skip to content

Commit

Permalink
anasol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 8, 2024
1 parent ccb221b commit 69c89df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/anasol/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,14 @@ Mads.@stdouterrcapture Mads.calibrate(md; localsa=true, show_trace=true)
Mads.rmfiles_ext("initialresults"; path=workdir)
Mads.rmfiles_ext("svg"; path=workdir)
Mads.rmfiles_ext("dat"; path=workdir)
Mads.rmfiles_root("w01shortexp-"; path=pwd())
Mads.rmfile("w01short-match-w1a.svg")
Mads.rmfiles_root("w01shortexp_"; path=pwd())
Mads.rmfile("w01short-match_w1a.svg")
Mads.rmfiles_ext("iterationresults"; path=workdir)
Mads.rmdir("w01shortexp_restart")
Mads.rmdir("w01shortexp_restart"; path=workdir)

Mads.rmdir("w01-w13a_w20a_restart"; path=pwd())
Mads.rmdir("w01shortexpplus_restart"; path=workdir)
Mads.rmfile("w01short-rerun.mads")

Mads.createobservations!(md, collect(0:0.1:50), collect(0:0.1:50))
Expand Down

0 comments on commit 69c89df

Please sign in to comment.