Skip to content

Commit

Permalink
Bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Oct 7, 2023
1 parent 534ccf2 commit 8faac47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Batsrus"
uuid = "e74ebddf-6ac1-4047-a0e5-c32c99e57753"
authors = ["Hongyang Zhou <[email protected]>"]
version = "0.3.10"
version = "0.3.11"

[deps]
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ end
filename = "1d__raw_2_t25.60000_n00000258.out"
data = readdata(filename, dir=datapath, verbose=false)
plotdata(data, "p", plotmode="line")
line = gca().lines[1]
line = get(gca().lines, 0)
@test line.get_xdata() data.x
@test line.get_ydata() data.w[:,10]
end
Expand Down

0 comments on commit 8faac47

Please sign in to comment.