Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 26, 2023
1 parent d21dc24 commit 369034f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_solvers/test_processed_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ def test_call_with_z(self):
self.assertIsInstance(result, np.ndarray)

def test_call_with_R(self):
R_test = 0.5
R_test = 0.5
result = call_func(R=R_test)
self.assertIsInstance(result, np.ndarray)

Expand Down

0 comments on commit 369034f

Please sign in to comment.