Skip to content

Commit

Permalink
Make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes committed Apr 27, 2024
1 parent 4a5d15d commit fbf4a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/emukit/quadrature/test_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def gauss_measure():

# === tests shared by all measures start here


@pytest.mark.parametrize("measure", measure_test_list)
def test_measure_gradient_values(measure):
D, measure, dat_bounds = measure.D, measure.measure, measure.dat_bounds
Expand Down
1 change: 1 addition & 0 deletions tests/emukit/quadrature/test_quadrature_acquisitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def model_gaussian(gpy_model):

# === acquisition fixtures start here


@pytest.fixture
def mutual_information():
return lambda model: MutualInformation(model)
Expand Down

0 comments on commit fbf4a9c

Please sign in to comment.