Skip to content

Commit 8c6a78b

Browse files
committed
cleaning the run
1 parent d64bf19 commit 8c6a78b

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

scripts/runner.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ begin
44
Pkg.status()
55
using Revise
66
using ERPExplorer
7-
using UnfoldSim
8-
using DataFrames
9-
using Random
10-
using Unfold
11-
using Bonito
12-
using JuliaFormatter
13-
using TopoPlots
7+
8+
include("../test/setup.jl")
149
ENV["JULIA_DEBUG"] = "ERPExplorer"
1510
end
1611

src/widgets_long.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function mapping_dropdowns(varnames, var_types)
4040
Row(DOM.div("color:"), c_dropdown, align_items = "center", justify_items = "end"),
4141
Row(DOM.div("marker:"), m_dropdown, align_items = "center", justify_items = "end"),
4242
Row(
43-
DOM.div("linestyle (bug):"),
43+
DOM.div("linestyle:"), #bug
4444
l_dropdown,
4545
align_items = "center",
4646
justify_items = "end",

test/setup.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
using ERPExplorer
22
using Test
3+
using UnfoldSim
4+
using DataFrames
5+
using Random
6+
using Unfold
7+
using Bonito
8+
using JuliaFormatter
9+
using TopoPlots
310

411
path = dirname(Base.current_project())
512
include(path * "/docs/gen_data.jl")

0 commit comments

Comments
 (0)