Open aivanova5 opened 5 years ago
To build on docker run commands for python3 install and ncurses install:
%host yum install centos-release-scl
%host yum install rh-python36
%host python —version
%host scl enable rh-python36 bash
%host yum install ncurses-devel
This issue is carried over from Merge with Issues (#100 )
Current issues
reset
method is not yet implement due to lack of free calls in gldcore after run is completed.get_transform()
is not yet implementGldObject
to do that.set_global()
does not work before the simulation is started because the core hasn't initialized yet.script
command should support entire python and gridlabd internal module calls.