Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico Häuselmann committed Nov 17, 2023
1 parent 6169275 commit f7d83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/next_tests/integration_tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def field(
if hasattr(self.value, "__array__"):
return constructors.as_field(
common.domain(sizes),
np.full(sizes.values(), self.value),
np.full(tuple(sizes.values()), self.value),
dtype=dtype,
allocator=backend,
)
Expand Down

0 comments on commit f7d83da

Please sign in to comment.