-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master in #55 #66
Conversation
Add boolean is_min to define if the value is a min or max bound. Remove minus for setting min of FMU_API.
…FMUs using multiprocessing. Instance attributes won't work, sadly.
# Conflicts: # examples/e2_fmu_example.py
takes the type of the vaiable and stets the bound value to this type
min/max of class Variable were always set to type float
…d fix data_types test.
Issue56 fix bounds fmu api
57 class attribute api
# Conflicts: # examples/e3_dymola_example.py # setup.py
Issue27 add reproduction for simulation studies
…ex-unit_of_index-is-wrong fixing issue #62
@@ -5,6 +5,8 @@ | |||
much more user-friendly than the provided APIs by Dymola or fmpy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -7,6 +7,7 @@ | |||
import pathlib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -7,13 +7,17 @@ | |||
import atexit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -143,12 +143,15 @@ def main( | |||
|
|||
if with_plot: | |||
plt.show() | |||
# Save the data for later reproduction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -48,7 +48,6 @@ def main( | |||
show_window=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -8,10 +8,48 @@ | |||
import shutil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Major merge conflict due to refactoring.
Therefore master changes (50057aa to 878edea) implemented manually in branch #55 before merge for the following files:
ebcpy/simulationapi/init.py
ebcpy/simulationapi/dymola.py
ebcpy/simulationapi/fmu.py
examples/e2a_fmu_continuous_example.py
examples/e3_dymola_example.py
tests/test_simulationapi.py
In merge the according files from branch #55 are selected.
No description provided.