From 8faac473ee7cbffd74d95de538505625e6f0d03a Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Fri, 6 Oct 2023 21:53:31 -0400 Subject: [PATCH] Bump patch --- Project.toml | 2 +- test/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1aa6a347..70c8bec0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Batsrus" uuid = "e74ebddf-6ac1-4047-a0e5-c32c99e57753" authors = ["Hongyang Zhou "] -version = "0.3.10" +version = "0.3.11" [deps] Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94" diff --git a/test/runtests.jl b/test/runtests.jl index 42851e1c..8e3e7e3e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -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