Skip to content

Commit

Permalink
fix PEP8 conversion on Fast tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Feb 28, 2021
1 parent 2ef20f8 commit c285d99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_GICRawFails(self):
)

GICRawFailExample.solve()
GICRawFailExample.unpackcFunc()
GICRawFailExample.unpack_cFunc()
m = np.linspace(0, 5, 1000)
c_m = GICRawFailExample.cFunc[0](m)

Expand Down

0 comments on commit c285d99

Please sign in to comment.