Skip to content

Commit

Permalink
run docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Feb 13, 2024
1 parent f596e53 commit 0522d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ttim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Copyright (C), 2017, Mark Bakker.
"""TTim is a computer program for the simulation of transient multi-layer flow with
analytic elements and consists of a library of Python scripts and FORTRAN extensions.
Mark Bakker, Delft University of Technology mark dot bakker at tudelft dot nl.
Copyright (C), 2017, Mark Bakker.
TTim is a computer program for the simulation of transient multi-layer flow with
analytic elements and consists of a library of Python scripts and FORTRAN extensions.
Mark Bakker, Delft University of Technology mark dot bakker at tudelft dot nl.
"""
# ruff : noqa
__name__ = "ttim"
Expand Down
2 changes: 1 addition & 1 deletion ttim/invlapnumba.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def invlaptest():

@numba.njit(nogil=True, cache=True)
def invlapcomp(time, pot, npint, M, tintervals, enumber, etstart, ebc, nlayers):
"""Compute time domain solution for given laplace domain solution
"""Compute time domain solution for given laplace domain solution.
Parameters
----------
Expand Down

0 comments on commit 0522d55

Please sign in to comment.