Skip to content

Commit 1657e0e

Browse files
committed
Add TODO
1 parent 0089720 commit 1657e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azimuth/modules/perturbation_testing/perturbation_testing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class PerturbationTestingModule(DatasetResultModule[PerturbationTestingConfig]):
5959
"""
6060

6161
required_mod_options = {"pipeline_index"}
62+
# This module doesn't call self.get_model() but requires the model (predict_task.compute(batch))
63+
# TODO Find a more robust way to determine when modules require models.
6264
worker = Worker.model
6365

6466
def __init__(

0 commit comments

Comments
 (0)