Skip to content

Commit

Permalink
Add GS test harness (rudimentary) (#2922)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #2922

Reviewed By: mgarrard

Differential Revision: D64498789
  • Loading branch information
Lena Kashtelyan authored and facebook-github-bot committed Oct 21, 2024
1 parent f2d86de commit 5af5ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ax/models/random/sobol.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def gen(
)
if self.engine:
self.init_position = not_none(self.engine).num_generated
return (points, weights)
return points, weights

# pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters.
def _gen_samples(self, n: int, tunable_d: int) -> np.ndarray:
Expand Down

0 comments on commit 5af5ef3

Please sign in to comment.