Commit f380a44
authored
Fix test_mult_norm_call_types on 32-bit systems (matplotlib#30629)
In that case, the default int is also 32-bit, so the test will fail to
be equal to `int64`. So instead of the implicit type, use an explicit
one.1 parent 509dc1f commit f380a44
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2016 | 2016 | | |
2017 | 2017 | | |
2018 | 2018 | | |
2019 | | - | |
| 2019 | + | |
2020 | 2020 | | |
2021 | 2021 | | |
2022 | 2022 | | |
| |||
0 commit comments