-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from SINTEF/fix/convert_feems_result_ptipto_co…
…nfig A bug fixed
- Loading branch information
Showing
17 changed files
with
34 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ __pycache__/ | |
Data | ||
PythonScript | ||
venv | ||
.venv | ||
.idea/ | ||
build | ||
dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.6.6" | ||
__version__ = "0.6.7" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ user = keviny | |
author = Kevin Koosup Yum | ||
author_email = [email protected] | ||
copyright = SINTEF Ocean | ||
version = 0.6.6 | ||
version = 0.6.7 | ||
min_python = 3.10 | ||
audience = Developers | ||
language = English | ||
|
@@ -24,7 +24,7 @@ license = apache2 | |
status = 1 | ||
|
||
# Optional. Same format as setuptools requirements | ||
requirements = protobuf | ||
requirements = protobuf~=4.21.12 | ||
# Optional. Same format as setuptools console_scripts | ||
# console_scripts = | ||
# Optional. Same format as setuptools dependency-links | ||
|
Binary file modified
BIN
+0 Bytes
(100%)
machinery-system-structure/tests/electric_propulsion_system.mss
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
machinery-system-structure/tests/electric_system_with_pto.mss
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
machinery-system-structure/tests/hybrid_propulsion_system.mss
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
machinery-system-structure/tests/mechanical_propulsion_with_electric_system.mss
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
machinery-system-structure/tests/mechanical_system_with_pto.mss
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
machinery-system-structure/tests/system_proto_with_coges.mss
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pandas | ||
numpy | ||
scipy | ||
protobuf | ||
protobuf~=4.21.12 | ||
pandas |