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
AssertEqual and AssertEqualtoResult may show that two expressions are different, when they are seemingly the same. This happens, for example, when a number is returned as a symbol by some operation and compared to a grounded number.
It would be useful if asserts analyze the situation deeper. They make show excessive both expected and actual results, and either analyze their difference in more detail, or show the results in more detail.
The text was updated successfully, but these errors were encountered:
AssertEqual
andAssertEqualtoResult
may show that two expressions are different, when they are seemingly the same. This happens, for example, when a number is returned as a symbol by some operation and compared to a grounded number.This can be reproduced in Python, e.g.
It will print
It would be useful if asserts analyze the situation deeper. They make show excessive both expected and actual results, and either analyze their difference in more detail, or show the results in more detail.
The text was updated successfully, but these errors were encountered: