Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gabegma committed Apr 19, 2023
1 parent 0089720 commit 1657e0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azimuth/modules/perturbation_testing/perturbation_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class PerturbationTestingModule(DatasetResultModule[PerturbationTestingConfig]):
"""

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

def __init__(
Expand Down

0 comments on commit 1657e0e

Please sign in to comment.