Skip to content

Commit

Permalink
should really debug things locally more often
Browse files Browse the repository at this point in the history
  • Loading branch information
kmheckel committed Feb 8, 2024
1 parent 40cf024 commit 4d2eb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyx/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def shuffler(dataset, batch_size):
"""
x, y = dataset
cutoff = y.shape[0] % batch_size
data_shape = (-1, batch_size) + obs.shape[1:]
data_shape = (-1, batch_size) + x.shape[1:]

def _shuffle(dataset, shuffle_rng):
"""
Expand Down

0 comments on commit 4d2eb11

Please sign in to comment.