Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
chadcwilliams committed May 31, 2023
1 parent 5ded76c commit 1dd299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nearest_value_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def test_output_dimensions():
#Meta-Setup
X_allowed = np.linspace(-3, 6, 10)
X = np.random.choice(X_allowed,10)
X = np.random.choice(X_allowed,10).reshape(-1, 1)
n = 5

#Sampler
Expand Down

0 comments on commit 1dd299a

Please sign in to comment.