Skip to content

Commit

Permalink
Update asr_datamodule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr committed Mar 15, 2024
1 parent 678ad2b commit bea63ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def validated_cuts(self) -> CutSet:
)

@lru_cache()
def validated_cuts(self) -> CutSet:
def invalidated_cuts(self) -> CutSet:
logging.info("About to get invalidated cuts")
return load_manifest_lazy(
self.args.cv_manifest_dir
Expand Down

0 comments on commit bea63ca

Please sign in to comment.