Skip to content

Commit

Permalink
attributes not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 20, 2023
1 parent 8fdc1be commit defbb40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions festim/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class Settings:
Attributes:
atol (float): Absolute tolerance for the solver.
rtol (float): Relative tolerance for the solver.
max_iterations (int, optional): Maximum number of iterations for the solver.
final_time (float, optional): Final time for a transient simulation.
stepsize (festim.Stepsize, optional): stepsize for a transient
max_iterations (int): Maximum number of iterations for the solver.
final_time (float): Final time for a transient simulation.
stepsize (festim.Stepsize): stepsize for a transient
simulation.
"""

Expand Down

0 comments on commit defbb40

Please sign in to comment.