The EvolverNamespace class in eVOLVER.py is meant to handle socketio events. It doesn't make sense that a bunch of experimental code functions have been put into it and that this object is passed to the custom script. Instead, the socketio functionality should be clearly split from experimental functions/data operations (2 separate classes).
The
EvolverNamespaceclass ineVOLVER.pyis meant to handle socketio events. It doesn't make sense that a bunch of experimental code functions have been put into it and that this object is passed to the custom script. Instead, the socketio functionality should be clearly split from experimental functions/data operations (2 separate classes).