Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
fix report and micro
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Mar 15, 2017
1 parent e9cabdd commit 75bdc90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/test_interactive.jl
@@ -1,4 +1,5 @@
using GLVisualize
include("micro.jl")
include(GLVisualize.dir("examples", "ExampleRunner.jl"))
using ExampleRunner
import ExampleRunner: flatten_paths
Expand Down Expand Up @@ -32,5 +33,5 @@ config = ExampleRunner.RunnerConfig(
files = files,
resolution = (210, 210)
)
include("micro.jl")

ExampleRunner.run(config)
2 changes: 1 addition & 1 deletion test/test_static.jl
Expand Up @@ -23,7 +23,7 @@ function create_mosaic(io, folder, width = 150)
images = filter(x-> endswith(x, ".jpg"), readdir(folder))
for im in images
println(io, """<img src="$(image_url(joinpath(folder, im)))"
alt="$(im)" width=$(width)px"/>
alt="$(im)" width=$(width)px/>
""")
end
end
Expand Down

0 comments on commit 75bdc90

Please sign in to comment.