I'm trying to compare the attribute values of a Django model to values in a dict. However the test fails when i test in the debugger, due to the model attribute type being Decimal. What's the best way to test so that the below passesI'm trying to compare the attribute values of a