Skip to content

Commit 27a7de8

Browse files
bnavigatorbsipocz
authored andcommitted
sanitize MPL figure size
1 parent ad65ae7 commit 27a7de8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/sanitize_defaults.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ replace: TIMESTAMP
1313

1414
[Memory addresses]
1515
regex: (<[a-zA-Z_][0-9a-zA-Z_.]* at )(0x[0-9a-fA-F]+)(>)
16-
replace: \1MEMORY_ADDRESS\3
16+
replace: \1MEMORY_ADDRESS\3
17+
18+
[Matplotlib figure size]
19+
regex: (Figure size )\d+x\d+( with \d+ Axes)
20+
replace: \1WIDTHxHEIGHT\2

0 commit comments

Comments
 (0)