We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
black
1 parent 54e9fe1 commit 77518b8Copy full SHA for 77518b8
tests/test_active_learning.py
@@ -15,7 +15,8 @@
15
OracleMAE,
16
OracleRMSE,
17
OracleMarginalNLL,
18
- OracleJointNLL, AcquisitionFunction,
+ OracleJointNLL,
19
+ AcquisitionFunction,
20
)
21
from deepsensor.active_learning.algorithms import GreedyAlgorithm
22
@@ -264,6 +265,7 @@ def assert_acquisition_fn_without_min_or_max_raises_error(
264
265
):
266
class DummyAcquisitionFn(AcquisitionFunction):
267
"""Dummy acquisition function that doesn't set min or max"""
268
+
269
def __call__(self, **kwargs):
270
return np.zeros(1)
271
0 commit comments