Skip to content

Commit

Permalink
disable a pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 5, 2024
1 parent 4b39b83 commit a30ea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/compressible_react/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Simulation(compressible.Simulation):

def initialize(self, *, extra_vars=None, ng=4):
def initialize(self, *, extra_vars=None, ng=4): # pylint: disable=useless-parent-delegation
"""
For the reacting compressible solver, our initialization of
the data is the same as the compressible solver, but we
Expand Down

0 comments on commit a30ea7f

Please sign in to comment.