Skip to content
Snippets Groups Projects
Commit 871b6f1f authored by Theo Steininger's avatar Theo Steininger
Browse files

Added first test for Field

parent 4d7e7b46
No related branches found
No related tags found
2 merge requests!69Master,!53Tests
Pipeline #
......@@ -482,7 +482,7 @@ class Field(Loggable, Versionable, object):
try:
return reduce(lambda x, y: x * y, volume_tuple)
except TypeError:
return 0
return 0.
# ---Special unary/binary operations---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment