FIX: compare function did not check units
1 unresolved thread
1 unresolved thread
Compare changes
Files
3+ 5
− 0
@@ -637,6 +637,11 @@ def compare_entities(old_entity: Entity, new_entity: Entity):
Fix for #90 (closed)
A few lines added analogous to existing code. Please check whether this is appropriate.
Just run pytest.
For further good practices have a look at our review guidelines.
This is very similar to the other comparisons in this function.