Skip to content

Commit

Permalink
FLOAT_32
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 28, 2025
1 parent e4eebee commit 73bcf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_front_end_common/interface/ds/data_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class DataType(Enum):
np.int64,
"32.31 signed fixed point number") # rounding problem for max
#: 32-bit floating point number
FLOAT_3 = (
FLOAT_32 = (
14,
4,
Decimal("-3.4028234e38"),
Expand Down

0 comments on commit 73bcf1a

Please sign in to comment.