-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
- resolve the
Electron
warning raised intest_explorer_model
with the message:
(node:45405) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
- [DONE ... local environment issue] there is a bug
test_explorer_sim.jl
that traces back to theget_sim_results
method that pulls results from disk withresults = CSVFiles.load(filepath) |> DataFrame
... it seems to be aCSVFiles.jl
related issue