Skip to content

Commit

Permalink
Remove excessive no run info warnings from caching
Browse files Browse the repository at this point in the history
Fixes #122
  • Loading branch information
WarmCyan committed Dec 6, 2023
1 parent baa8661 commit 1015a40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions curifactory/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,6 @@ def collect_metadata(self):
if self.record.manager.run_info is not None:
manager_run_info = copy.copy(self.record.manager.run_info)
else:
logging.warning(
"Manager does not currently have run info, artifact metadata will not contain specific experiment run data."
)
manager_run_info = {}
if "status" in manager_run_info:
del manager_run_info[
Expand Down

0 comments on commit 1015a40

Please sign in to comment.