You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI - fix flaky type check failure in cirq.vis.heatmap (#6750)
Avoid `Incompatible types in assignment` error by providing explicit
cast of the value returned from `get_facecolor()`.
The failure is flaky and more likely to happen if run without mypy cache
This fix was verified using:
for i in {1..50}; do check/mypy --cache-dir=/dev/null || break; done
0 commit comments