Skip to content

Commit

Permalink
Update pixi lockfile (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com>
Co-authored-by: Aditya Goel <[email protected]>
  • Loading branch information
quant-ranger[bot] and adityagoel4512 authored Jul 1, 2024
1 parent 6d8cba8 commit 0563003
Show file tree
Hide file tree
Showing 2 changed files with 1,381 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion ndonnx/_opset_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def static_map(
values = np.array(tuple(mapping.values()))
value_dtype = values.dtype
if default is None:
if value_dtype == object:
if value_dtype is object:
default_tensor = np.array(["MISSING"])
else:
default_tensor = np.array([0], dtype=value_dtype)
Expand Down
Loading

0 comments on commit 0563003

Please sign in to comment.