We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639adde commit 111f650Copy full SHA for 111f650
imas/ids_convert.py
@@ -496,7 +496,7 @@ def convert_ids(
496
toplevel.metadata.name == "pulse_schedule"
497
and toplevel.ids_properties.homogeneous_time == IDS_TIME_MODE_HETEROGENEOUS
498
and source_version < Version("3.40.0")
499
- and target_version.major == 4
+ and target_version >= Version("3.40.0")
500
):
501
try:
502
# Suppress "'.../time' does not exist in the target IDS." log messages.
0 commit comments