You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDF test doesn't work because it missed the module MEDLoader
MINES test doesn't work because "SetOperatorCompressionData" is used as an attribute of "Mordicus.Core.Containers.CollectionProblemData" when it is not. This case appears in many test as "Hyperreduction.py", "NIRBOffline.py", "Visitor.py"... I only find the attribute "GetOperatorCompressionData" which doesn't have the same argument.
The following test from Safran test don't work :
. due to the missing of py3umat module :
IO/XDMFWriter.py
IO/ZsetInputReader.py
OperatoCompressor/Mechanical.py
Containers/ConstitutiveLaws/ZmatConstitutiveLaws.py
this module need to be generated by using f2py.
The text was updated successfully, but these errors were encountered: