Skip to content

Commit

Permalink
Merge pull request #63 from Ouranosinc/update-nbval-sanitize-config-f…
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvu committed Mar 16, 2021
2 parents bb5aeec + 14ff49e commit c2e0be3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions notebooks/output-sanitize.cfg
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

0 comments on commit c2e0be3

Please sign in to comment.