The OASIS Coupler Forum

  HOME

pyoasis SRC debugs

Up to Bugs and debugs

Posted by Anonymous at October 28 2025

Hi,
Have a fine good morning!

1.
https://gitlab.com/cerfacs/oasis3-mct/-/blob/OASIS3-MCT_5.0/pyoasis/src/var.py#L121
https://gitlab.com/cerfacs/oasis3-mct/-/blob/OASIS3-MCT_5.0/pyoasis/src/var.py#L145

this word "error" need to replace by -1 ?

2.
and some :  NameError

partition.py Line-67

https://gitlab.com/cerfacs/oasis3-mct/-/blob/OASIS3-MCT_5.0/pyoasis/src/partition.py#L67

        pyoasis.check_types([int, int, str], [size, global_size, name])
to
        pyoasis.checktypes.check_types([int, int, str], [size, global_size, name])

similer also here:
component.py Line-118
var.py Line-47
abort.py Line-47
debug.py Line-27

Is it a correct fix? or i need avoid it.
Thank You!

Have a good day!
Best,
-*.*-
Reply to this