fmu-manipulation-toolbox 1.9.2b3__tar.gz → 1.9.2b4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/PKG-INFO +1 -1
- fmu_manipulation_toolbox-1.9.2b4/fmu_manipulation_toolbox/__version__.py +1 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/container.py +3 -2
- fmu_manipulation_toolbox-1.9.2b4/fmu_manipulation_toolbox/resources/darwin64/container.dylib +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/linux32/client_sm.so +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/linux64/client_sm.so +0 -0
- fmu_manipulation_toolbox-1.9.2b4/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- fmu_manipulation_toolbox-1.9.2b4/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox.egg-info/PKG-INFO +1 -1
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/tests/test_suite.py +6 -6
- fmu_manipulation_toolbox-1.9.2b3/fmu_manipulation_toolbox/__version__.py +0 -1
- fmu_manipulation_toolbox-1.9.2b3/fmu_manipulation_toolbox/resources/darwin64/container.dylib +0 -0
- fmu_manipulation_toolbox-1.9.2b3/fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- fmu_manipulation_toolbox-1.9.2b3/fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/README.md +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/__init__.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/__main__.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/assembly.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/checker.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/cli/__init__.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/cli/datalog2pcap.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/cli/fmucontainer.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/cli/fmusplit.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/cli/fmutool.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/cli/utils.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/help.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/ls.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/operations.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/remoting.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/checkbox-checked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/checkbox-checked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/checkbox-checked.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/checkbox-unchecked-disabled.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/checkbox-unchecked-hover.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/checkbox-unchecked.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/container.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/drop_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Annotation.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2AttributeGroups.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ModelDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ScalarVariable.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Type.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Unit.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Annotation.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3AttributeGroups.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3BuildDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3InterfaceType.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3LayeredStandardManifest.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3ModelDescription.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Terminal.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3TerminalsAndIcons.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Type.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Unit.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Variable.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmi-3.0/fmi3VariableDependency.xsd +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmu.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/fmu_manipulation_toolbox.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/help.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/icon-round.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/icon.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/icon_fmu.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/license.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/linux32/server_sm +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/linux64/server_sm +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/mask.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/resources/model.png +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/split.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/terminals.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/version.py +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox.egg-info/SOURCES.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox.egg-info/dependency_links.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox.egg-info/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox.egg-info/requires.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox.egg-info/top_level.txt +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/setup.cfg +0 -0
- {fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.2b4
|
|
4
4
|
Summary: FMU Manipulation Toolbox is a python package which helps to analyze, modify or combine Functional Mock-up Units (FMUs) without recompilation.
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'V1.9.2b4'
|
|
@@ -95,6 +95,7 @@ class EmbeddedFMUPort:
|
|
|
95
95
|
self.start_value = attrs.get("start", None)
|
|
96
96
|
self.initial = attrs.get("initial", None)
|
|
97
97
|
self.clock = attrs.get("clocks", None)
|
|
98
|
+
self.interval_variability = attrs.get("intervalVariability", None)
|
|
98
99
|
|
|
99
100
|
|
|
100
101
|
def xml(self, vr: int, name=None, causality=None, start=None, fmi_version=2) -> str:
|
|
@@ -1106,8 +1107,8 @@ class FMUContainer:
|
|
|
1106
1107
|
else:
|
|
1107
1108
|
local_per_type["clock"].append(link.vr)
|
|
1108
1109
|
for cport_to in link.cport_to_list:
|
|
1109
|
-
if cport_to.
|
|
1110
|
-
logger.info(f"LS-BUS: importer scheduling for '{cport_to.fmu.name}' '{cport_to.port.name}' (clock={cport_to.port.vr}, {link.vr})")
|
|
1110
|
+
if cport_to.port.interval_variability == "countdown":
|
|
1111
|
+
logger.info(f"LS-BUS: importer scheduling for '{cport_to.fmu.name}' '{cport_to.port.name}' (clock={cport_to.port.vr}, vr={link.vr})")
|
|
1111
1112
|
clock_list.append(cport_to, link.vr)
|
|
1112
1113
|
break
|
|
1113
1114
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.2b4
|
|
4
4
|
Summary: FMU Manipulation Toolbox is a python package which helps to analyze, modify or combine Functional Mock-up Units (FMUs) without recompilation.
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
|
@@ -52,7 +52,7 @@ class TestSuite:
|
|
|
52
52
|
for i, (lineA, lineB) in enumerate(zip(a, b)):
|
|
53
53
|
if i > 10:
|
|
54
54
|
assert lineA == lineB, \
|
|
55
|
-
f"
|
|
55
|
+
f"files {log_filename} and {ref_filename} missmatch (excl. GUID):\n" \
|
|
56
56
|
f"{lineA}\n" \
|
|
57
57
|
f"vs.\n\n" \
|
|
58
58
|
f"{lineB}"
|
|
@@ -79,11 +79,11 @@ class TestSuite:
|
|
|
79
79
|
if keyword in lineA:
|
|
80
80
|
skip = True
|
|
81
81
|
break
|
|
82
|
-
assert
|
|
83
|
-
f"file {filename1} and {filename2} missmatch:\n"
|
|
84
|
-
f"{lineA}\n"
|
|
85
|
-
f"vs.\n\n"
|
|
86
|
-
f"{lineB}"
|
|
82
|
+
assert skip or lineA == lineB, \
|
|
83
|
+
f"file {filename1} and {filename2} missmatch:\n" \
|
|
84
|
+
f"{lineA}\n" \
|
|
85
|
+
f"vs.\n\n" \
|
|
86
|
+
f"{lineB}"
|
|
87
87
|
|
|
88
88
|
def assert_names_match_ref(self, fmu_filename):
|
|
89
89
|
fmu = FMU(fmu_filename)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'V1.9.2b3'
|
fmu_manipulation_toolbox-1.9.2b3/fmu_manipulation_toolbox/resources/darwin64/container.dylib
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fmu_manipulation_toolbox-1.9.2b3 → fmu_manipulation_toolbox-1.9.2b4}/fmu_manipulation_toolbox/ls.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|