Skip to content

Commit 111f650

Browse files
maarten-icolivhoenen
authored andcommitted
Extend DD version range to which the pulse schedule conversion applies
1 parent 639adde commit 111f650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imas/ids_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def convert_ids(
496496
toplevel.metadata.name == "pulse_schedule"
497497
and toplevel.ids_properties.homogeneous_time == IDS_TIME_MODE_HETEROGENEOUS
498498
and source_version < Version("3.40.0")
499-
and target_version.major == 4
499+
and target_version >= Version("3.40.0")
500500
):
501501
try:
502502
# Suppress "'.../time' does not exist in the target IDS." log messages.

0 commit comments

Comments
 (0)