uoa-ems-research / JEMSS.jl

Julia package for Emergency Medical Services Simulation
Apache License 2.0
13 stars 4 forks source link

“LoadError: at row 0, column 0 : ArgumentError("number of rows in dims must be > 0, got 0")” #74

Closed dsa27solver closed 5 months ago

dsa27solver commented 5 months ago

Hello! Can anyone help me to solve this error: “LoadError: at row 0, column 0 : ArgumentError("number of rows in dims must be > 0, got 0")”

When I enter the commands: using JEMSS include(joinpath(JEMSS.jemssDir, "example/example.jl"))

in order to run the simulation in the city of Auckland?

Thank you very much in advance for your help. Best regards. Daniel

samridler commented 5 months ago

I think the city data may not have been unzipped. Try running the build step from the Julia REPL in pkg mode (type ]): (@v1.8) pkg> build JEMSS Then try run the example again.

dsa27solver commented 5 months ago

Exact. Thank you very much Sam!