syntron
syntron
The app heavily uses /tmp for data. Could you please state the required system resources? see #14 - closed (basic system requirements) see #27, #47 - example of heavy use...
I just installed NC19 and found this app. It works for me fine, but ... The App uses system /tmp for temporary files. This is fine if it is big...
Based on PR #400 / #402 the test matrix needs to check for different settings including a breaking change in OM; # test for: # * Python 3.10 - oldest...
This is an update of PR #400 based on my comments: * move `import re` to the right point * call version parsing only once (directly in `__init__()`) * merge...
issues reported by flake8 using the plugin flake8-force-keyword-arguments
see #108 [OMCSession] improve log messages for model simulation using OM executable * use check=False => no CalledProcessError exception; possibility to handle the return code / error code * error...
OMCPath is a quite important class - add it to the public interface such that it can be used if needed (check if an object is an OMCPath)
Update README.md file - Recommend use OMCSession(Local|Port|Docker|...) instead of OMCSessionZMQ
based on top of PR #386 some improvements to the logging messages
based on top of PR #386 improve the class OMCSessionPort by catching some things which are *NOT* working; reason: here, we only have the port but no information how OMC...