Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahsereci committed May 7, 2024
1 parent 794ffb4 commit b2dea4f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/emukit/quadrature/test_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,7 @@ def gauss_measure():
return DataGaussMeasure()


measure_test_list = [
"lebesgue_measure",
"lebesgue_measure_normalized",
"gauss_iso_measure",
"gauss_measure"
]
measure_test_list = ["lebesgue_measure", "lebesgue_measure_normalized", "gauss_iso_measure", "gauss_measure"]


# === tests shared by all measures start here
Expand Down

0 comments on commit b2dea4f

Please sign in to comment.