Skip to content

Commit

Permalink
Merge pull request #244 from slayoo/2d_dfl
Browse files Browse the repository at this point in the history
jitclass ctor fix for PostIterNull
  • Loading branch information
slayoo authored Aug 4, 2021
2 parents 1f93930 + f3950cb commit d92c640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyMPDATA/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def post_step_null(psi, t):
pass


@numba.experimental.jitclass()
@numba.experimental.jitclass
class PostIterNull:
def __init__(self):
pass
Expand Down

0 comments on commit d92c640

Please sign in to comment.