Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nbval sanitize config for pavics sdi regridding notebook #63

Merged
10 changes: 10 additions & 0 deletions notebooks/output-sanitize.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,13 @@ replace: /tmpRANDOM.png
# Downloading to /tmp/tmp_v07l0_1/slp.2001_bbox_subset.nc.
regex: /tmp[a-zA-Z0-9_]{8}/
replace: /tmpRANDOM/

[percent-percent-time-output-cpu-times]
# CPU times: user 4.74 s, sys: 110 ms, total: 4.84 s
regex: CPU times:\s+user\s+\d+.+\,\s+sys:\s+\d+.+\,\s+total:\s+\d+\.?\d*\s+[a-z]+
replace: CPU times: user NUM s, sys: NUM s, total: NUM s

[percent-percent-time-output-wall-time]
# Wall time: 4.84 s
regex: Wall time:\s+\d+\.?\d*\s+[a-z]+
replace: Wall time: NUM s