-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Dear developer,
I am working on a setup to model the Calcium dynamics of Astrocytes with Astro.
I am following the 'Ca2+ dynamics (Cluster)' instructions in 'Astro User guide v7'. I am trying to run the setup on a single host (Windows 11, MATLAB 2023a, NEURON, Astro 1.0. Furthermore, I have set up a worker in a Linux guest (Ubuntu 20.04, NEURON installed via pip3) running in Virtualbox with host/guest networking enabled (both devices can ping each other and win can ssh into guest).
When I Astro's './Start.m' (pressing 'Ca2+ dynamics' button) or './cluster/host/Start_Simulation.m' and select item '1. Start simulation from scratch.', then I get the following error:
SWITCH expression must be a scalar or a character vector.
Error in UpdateViewControls>UpdateYForNameAndUnitLabels (line 156)
switch style
Error in UpdateViewControls (line 90)
UpdateYForNameAndUnitLabels(handler, style, j, panIdx_);
Error in UpdateView (line 4)
UpdateViewControls();
Error in PrepareAndShowGUI>figure_ResizeFcn (line 191)
UpdateView();
Error in PrepareAndShowGUI (line 104)
figure_ResizeFcn();
Error in START_Simulation (line 64)
PrepareAndShowGUI();
Any feedback or suggestions would be greatly appreciated.
Best regards,
AnnaSophia