Skip to content

Commit

Permalink
support data from 2024 version
Browse files Browse the repository at this point in the history
  • Loading branch information
pluAtAnsys committed Jul 15, 2024
1 parent daed6b7 commit 0f6d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys_optical_automation/post_process/dpf_lpf_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class DpfLpfReader:
def __init__(self, speos_version):
if speos_version not in [231, 232]:
if speos_version not in [231, 232, 241, 242]:
msg = "Speos API {} is not supported.".format(speos_version)
raise ValueError(msg)
speos_installation_path = os.path.join(
Expand Down

0 comments on commit 0f6d641

Please sign in to comment.