Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 4a3d6c2 commit 740607c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions giddy/components.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Checking for connected components in a graph.
"""

__author__ = "Sergio J. Rey <[email protected]>"


Expand Down
1 change: 1 addition & 0 deletions giddy/directional.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Directional Analysis of Dynamic LISAs
"""

__author__ = "Sergio J. Rey <[email protected]>"

__all__ = ["Rose"]
Expand Down
1 change: 1 addition & 0 deletions giddy/ergodic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Summary measures for ergodic Markov chains.
"""

__author__ = "Sergio J. Rey <[email protected]>, Wei Kang <[email protected]>"

__all__ = ["steady_state", "var_mfpt_ergodic", "mfpt"]
Expand Down
1 change: 1 addition & 0 deletions giddy/markov.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Markov based methods for spatial dynamics.
"""

__author__ = "Sergio J. Rey <[email protected]>, Wei Kang <[email protected]>"

__all__ = [
Expand Down
1 change: 1 addition & 0 deletions giddy/rank.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Rank and spatial rank mobility measures.
"""

__author__ = "Sergio J. Rey <[email protected]>, Wei Kang <[email protected]>"

__all__ = [
Expand Down

0 comments on commit 740607c

Please sign in to comment.