-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #566: use lower case in function makes as per PEP * #566: fixed imports from PR569 in cases when lbaf package not installed * #566: fixed incorrect comment * #566: Python style: do not use LB but lb * #566: fixed instances of LB in files * #566: LB iterations persist as sub-indexed phases * #566: old style typing needed for 3.8 to pass * #566: fixed tests for new syntax * #566: fixed more test errors * #566: restored defaut conf.yaml * #566: progress checkpoint to exercise CI -- iterations passed to writer * #566: whitespace cleanup * #566: fixed typo * #566: completed implementation * #566: fixed bug that prevented supporting online compatibility * #566: fixed whitespace cleanup * #566: Ensure proper retention in correct phase of lb iterations in offline mode * #566: resolve pylint errors * #566: proper initialization * #566: factor out identical rank copying and fixed duplicate code * #566: no typing inside implementations * #566: reorganized code and fixed lb iterations comm * #566: whitespace cleanup * #566: fix communications variable name * #566: fixed missing communications * #566: removed debug statements * #566: style * #566: removed forgotten test routine bypass * #566: fixed bug * #566: whitespace cleanup and other improvements --------- Co-authored-by: Caleb Schilly <[email protected]> Co-authored-by: Pierre Pebay <[email protected]>
- Loading branch information
1 parent
1417345
commit f59b8d4
Showing
30 changed files
with
276 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.