Commit 945ff0b
Fix miller indices display in pole figures
Recent changes to numpy would make the titles render like this:
```python
np.int64(1), np.int64(1), np.int64(1)
```
Our conversion to an int before a string fixes them to be:
```python
1, 1, 1
```
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>1 parent 29efccf commit 945ff0b
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1204 | 1204 | | |
1205 | 1205 | | |
1206 | 1206 | | |
1207 | | - | |
| 1207 | + | |
| 1208 | + | |
1208 | 1209 | | |
1209 | 1210 | | |
1210 | 1211 | | |
| |||
1305 | 1306 | | |
1306 | 1307 | | |
1307 | 1308 | | |
1308 | | - | |
| 1309 | + | |
| 1310 | + | |
1309 | 1311 | | |
1310 | 1312 | | |
1311 | 1313 | | |
| |||
0 commit comments