Builtin function or method object has no attribute warning

BUG REPORT

Builtin function or method object has no attribute warning

Details on how to reproduce the issue. If MFiX crashed or failed, how long does it take?

I was trying tutorial 3.11-Oxidation in a batch reactor using Chemkin mechanism.


I was doing the import species for fluid phase stage. I selected the thermodynamicInfo file and said open for loading. But I got the following errors. I looked on the internet but could not find any solution.

Thanks for the bug report. You should be able to safely ignore this error (just hit “cancel” and proceed). It will be fixed in the upcoming MFiX 25.1 release.

I used this function in MFIX 25.1.1 but it still has this error “builtin_function_or_method’ object has no attribute 'warning”,can you help me solve this problem?

The file thermodynamicInfo.txt contains an extra line END which the MFiX GUI is not expecting. The GUI is trying to pop a warning about this extra line at the end of the file, but there is an error in the code which is responsible for the warning.
You can safely ignore this warning (press Cancel) Or you can remove the line END from thermodynamicInfo.txt.

We will be releasing MFiX 25.2 in the next few weeks and this problem should be fixed. Sorry for the trouble.