Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson2981 committed Nov 4, 2024
1 parent 2d36344 commit ab327b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ablation-workshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ def get_species_source_terms(self, cv: ConservedVars, temperature: DOFArray):

def dependent_vars(self, cv: ConservedVars, temperature_seed=None,
smoothness_mu=None, smoothness_kappa=None,
smoothness_d=None, smoothness_beta=None,
entropy_min=None):
smoothness_d=None, entropy_min=None,
smoothness_beta=None):
raise NotImplementedError


Expand Down

0 comments on commit ab327b6

Please sign in to comment.