jmboehm / KeplerGL.jl

Geospatial Visualization in Julia via Kepler.gl
MIT License
2 stars 1 forks source link

add blink_options to render, fix Blink testing #12

Closed hhaensel closed 1 month ago

hhaensel commented 1 month ago

Hm , no idea. I copied from of the Blink runtests. Maybe you have an idea.

jmboehm commented 1 month ago

Perhaps the fact that

w = Window(Blink.Dict(:show => false), async=false);

appears outside of a @testset in here makes the difference. They say

# IMPORTANT: Window(...) cannot appear inside of a @testset for as-of-yet
# unknown reasons.
hhaensel commented 1 month ago

I saw this, but we haven't put it in a testset, have we?

hhaensel commented 1 month ago

Maybe it's linked to the port numbers? For Genie testing I typically use a random port between 8081 and 9000.

hhaensel commented 1 month ago

True, you got it! I had overlooked that loop!