Skip to content

Commit

Permalink
Update plotting.py
Browse files Browse the repository at this point in the history
Fix minor bug of logging
  • Loading branch information
zehongs authored Feb 14, 2022
1 parent 2c762b5 commit 2122156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def make_matching_figures(data, config, mode='evaluation'):
fig = _make_confidence_figure(data, b_id)
else:
raise ValueError(f'Unknown plot mode: {mode}')
figures[mode].append(fig)
figures[mode].append(fig)
return figures


Expand Down

0 comments on commit 2122156

Please sign in to comment.