Skip to content

Commit

Permalink
fixing flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Sanchez authored and Javier Sanchez committed Feb 22, 2024
1 parent 7bc1ad2 commit 5c6cc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def get_fisher_bias(self):

if self.derivatives is None:
self.get_derivatives()

if self.Fij is None:
self.get_fisher_matrix()

Expand Down

0 comments on commit 5c6cc7e

Please sign in to comment.