mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Correct previous commit
This commit is contained in:
@@ -73,6 +73,7 @@ class settings(ifcopenshell_wrapper.settings):
|
|||||||
|
|
||||||
# Assert templated precision to match Python's internal float type
|
# Assert templated precision to match Python's internal float type
|
||||||
assert ifcopenshell_wrapper.iterator_double_precision.mantissa_size() == sys.float_info.mant_dig
|
assert ifcopenshell_wrapper.iterator_double_precision.mantissa_size() == sys.float_info.mant_dig
|
||||||
|
_iterator = ifcopenshell_wrapper.iterator_double_precision
|
||||||
|
|
||||||
# Make sure people are able to use python's platform agnostic paths
|
# Make sure people are able to use python's platform agnostic paths
|
||||||
class iterator(_iterator):
|
class iterator(_iterator):
|
||||||
|
|||||||
Reference in New Issue
Block a user