Skip to content

Commit

Permalink
Update to yea==0.5.3 (sync small fix from yea) (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj authored Aug 9, 2021
1 parent df1f06b commit 799c2b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/utils/mock_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ def dropped_chunks(self):
@property
def summary_raw(self):
fs_files = self.get_filestream_file_items()
summary = fs_files.get("wandb-summary.json", [])[-1]
summary = fs_files.get("wandb-summary.json", [{}])[-1]
return summary

@property
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_dev.txt
pytest-mock<=3.2.0
yea-wandb==0.5.2
yea-wandb==0.5.3
whitelist_externals =
mkdir
commands =
Expand Down

0 comments on commit 799c2b6

Please sign in to comment.