Skip to content

Commit f10b8ab

Browse files
committed
see what the error is
1 parent bfde52d commit f10b8ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/QMCGenerators.jl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export IIDU01Seq
2020
include("common.jl")
2121
export Reset!,Next,NextR,NextBinary,FirstLinear,BinaryToFloat64,NextBinary,FirstLinearBinary,FirstRLinear
2222

23-
try
24-
import CairoMakie
25-
using LaTeXStrings
26-
include("plots.jl")
27-
export qmcscatter!,JULIA4LOGOCOLORS
28-
catch
29-
nothing;
30-
end
23+
#try
24+
import CairoMakie
25+
using LaTeXStrings
26+
include("plots.jl")
27+
export qmcscatter!,JULIA4LOGOCOLORS
28+
# catch
29+
# nothing;
30+
# end
3131

3232
end

0 commit comments

Comments
 (0)