Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
schmoelder committed Jun 20, 2024
1 parent 1c9251f commit 4f1671b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions CADETProcess/processModel/discretization.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ class DGMixin(DiscretizationParametersBase):
class LRMDiscretizationFV(DiscretizationParametersBase):
"""Discretization parameters of the FV version of the LRM.
This class stores parameters for the Lax-Richtmyer-Morton (LRM) flux-based
finite volume discretization.
Attributes
----------
ncol : UnsignedInteger, optional
Expand Down
2 changes: 1 addition & 1 deletion CADETProcess/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def dm_dt(t, flow_rate, solution):
return mass

def fraction_volume(self, start=None, end=None):
"""Volume of a fraction interval
"""Volume of a fraction interval.
Parameters
----------
Expand Down

0 comments on commit 4f1671b

Please sign in to comment.