RuntimeWarning #489
-
Hi, I often do thermodynamic calculations using Pycalphad with different TDB files, but I also often see a warning. So I'm asking if this warning causes inaccurate results when it occurs, or should I just ignore it. dbf = Database(r'TDB/Al-Cu-Mg-Si.TDB') |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I thought we had merged a fix for this some time ago, but apparently not. This warning can be safely ignored. It has to do with a division by zero for a term that is already zero, so it doesn't affect the result in the sum. |
Beta Was this translation helpful? Give feedback.
I thought we had merged a fix for this some time ago, but apparently not. This warning can be safely ignored. It has to do with a division by zero for a term that is already zero, so it doesn't affect the result in the sum.