-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue applying pylint to more source code (#262)
* Use dict literal rather than dict() function * Starting some tests for TwoPoint * Move local function to make it testable * Adding comments * Extract method refactoring * Remove redundant read of source * Add assertion as prompted by mypy * Create self.sacc_tracers as a tuple rather than list * Ignore generated PDF file * Remove unused instance data to fix mypy complaint * Refactoring for pylint and mypy * Comment out broken part of test * Fixes for pylint and flake8
- Loading branch information
1 parent
16fea60
commit a0d66ec
Showing
4 changed files
with
150 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
srd_sn_fisher_example.pdf |
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