Skip to content

Commit e00f705

Browse files
chore: Update pixi lockfile (#30)
Co-authored-by: quant-ranger[bot] <132915763+quant-ranger[bot]@users.noreply.github.com> Co-authored-by: Oliver Borchert <oliver.borchert@quantco.com>
1 parent 00ad4b3 commit e00f705

2 files changed

Lines changed: 3033 additions & 3266 deletions

File tree

dataframely/random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def sample_seed(self) -> int:
4747
Returns:
4848
A seed of type ``uint32``.
4949
"""
50-
return self.numpy_generator.integers(0, 2**32)
50+
return self.numpy_generator.integers(0, 2**32, dtype=int)
5151

5252
# ------------------------------------ NUMBERS ----------------------------------- #
5353

0 commit comments

Comments
 (0)