Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed May 24, 2024
1 parent 0002f81 commit e5e37ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tardis/simulation/convergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

class ConvergenceSolver:
def __init__(self, strategy):
"""_summary_
"""Convergence solver. Sets convergence strategy and assigns a method
to the converge property.
Parameters
----------
strategy : _type_
strategy : string
Convergence strategy for the physical property
Raises
Expand Down

0 comments on commit e5e37ad

Please sign in to comment.