sogno-platform / dpsim

Real-time power system simulator including powerflow, (dynamic) phasors and EMT
https://sogno.energy/dpsim/
Mozilla Public License 2.0
67 stars 49 forks source link

Hotfix: missing simulation stop #247

Closed leonardocarreras closed 11 months ago

leonardocarreras commented 1 year ago

This PR fixes an error when using the dpsim python interface dpsimpy. The stop function was not declared in the pybind/main.cpp and then not exposed in python. Now, a line was added to expose the stop function.

Closes #248

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (11.0.14.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here