We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6065a commit 0fd3efaCopy full SHA for 0fd3efa
tests/borefield_test.py
@@ -58,7 +58,7 @@ def test_borefield_add(field, other_field, field_list, other_field_list, field_b
58
field = field[0]
59
if other_field_borehole:
60
other_field = other_field[0]
61
- assert field + other_field_list == reference_field
+ assert field + other_field == reference_field
62
63
64
# Test borefield comparison using __eq__
0 commit comments