Skip to content

Commit

Permalink
Fix matplotlib error in BOPE tutorial (pytorch#1446)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#1446

Matplotlib 3.6.1 has a bug with NaN handling (matplotlib/matplotlib#24127), leading to errors when running the tutorial. This implements a workaround, replacing `yerr` with NaNs with `None`.

Differential Revision: D40232488

fbshipit-source-id: ccb8dab6d3d8b3798bfbc7aaf5e3f1f1390bfd9d
  • Loading branch information
saitcakmak authored and facebook-github-bot committed Oct 10, 2022
1 parent 8d213fa commit 696677e
Showing 1 changed file with 78 additions and 54 deletions.
Loading

0 comments on commit 696677e

Please sign in to comment.