Commit 29f51ea
Don't set NUM_GLOBAL_PARTS for Zoltan (#392)
* Don't set NUM_GLOBAL_PARTS for Zoltan
Setting both NUM_GLOBAL_PARTS and NUM_LOCAL_PARTS together has issues
* Upgrade flake8 version used in precommit
Flake8 <6.1.0 and python 3.12 seems to have issues throwing up errors in
the middle of f-strings.
Fixed in 6.1.0: PyCQA/pycodestyle#1148
Upgrade to 6.1.0 only, as any newer versions introduce more errors that
either need fixing, or ignoring explicitly - which should probably be
done in a separate PR.
---------
Co-authored-by: Ben Fulton <bfulton@imperial.ac.uk>
Co-authored-by: Stephan Kramer <s.kramer@imperial.ac.uk>1 parent e28a4ab commit 29f51ea
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | 583 | | |
585 | 584 | | |
586 | 585 | | |
| |||
878 | 877 | | |
879 | 878 | | |
880 | 879 | | |
881 | | - | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
| |||
0 commit comments