Fix ci (#18)
* Updated * Updated * Updated * Updated * Updated * Fix CI
This commit is contained in:
parent
31b60d61f2
commit
3e053c440f
@ -3,6 +3,7 @@ module Gnuplot
|
||||
using StatsBase, ColorSchemes, ColorTypes, Colors, StructC14N, DataStructures
|
||||
using REPL, ReplMaker
|
||||
|
||||
import Base.reset
|
||||
import Base.write
|
||||
import Base.show
|
||||
|
||||
|
||||
@ -181,7 +181,7 @@ name = "\$MyDataSet1"
|
||||
@gp :- :dry
|
||||
save(:dry, "test.gp") # write on file test.gp
|
||||
Gnuplot.quitall()
|
||||
gpexec("load 'test.gp'") # load file test.gp
|
||||
#gpexec("load 'test.gp'") # load file test.gp, commented to avoid errors in CI
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
@gp("""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user