Join Slack
Communities
Powered by
I isolated that the failure comes from the line `r...
# development
h
hundreds-father-404
03/31/2020, 5:43 PM
I isolated that the failure comes from the line
return self.dependencies == other.dependencies
. The
return NotImplemented
piece doesn’t matter. So, using value-based equality rather than identity-based equality somehow breaks things.
Open in Slack
Previous
Next