Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
superlopuh committed Nov 30, 2024
1 parent f7859f4 commit 8e0d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dialects/test_builtin.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_FloatType_packing():
unpacked = f32.unpack(buffer, len(nums))
assert nums == unpacked

pi = f64.unpack(f64.pack((math.pi,)), 1)
pi = f64.unpack(f64.pack((math.pi,)), 1)[0]
assert pi == math.pi


Expand Down

0 comments on commit 8e0d45d

Please sign in to comment.