Skip to content

Commit daba718

Browse files
authored
Fix failing CI checks (#378)
1 parent 4ba954d commit daba718

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pedpy/methods/spatial_analysis.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def compute_pair_distribution_function(
2424
"""Computes the pair distribution function g(r).
2525
2626
This function calculates the spatial distribution of positions :math:`g(r)`
27-
:math:`g(r)` here referred to the Euclidean distance between interacting pedestrians, i.e.,
28-
pedestrians that are in the same walkable area at the same moment.
29-
The pdf is given by the probability that two pedestrians are separated
30-
by :math:`r` normalized by the probability :math:`PNI(r)` that two
31-
non-interacting pedestrians are separated by :math:`r`, specifically
27+
:math:`g(r)` here referred to the Euclidean distance between interacting
28+
pedestrians, i.e., pedestrians that are in the same walkable area at the
29+
same moment. The pdf is given by the probability that two pedestrians are
30+
separated by :math:`r` normalized by the probability :math:`PNI(r)` that
31+
two non-interacting pedestrians are separated by :math:`r`, specifically
3232
3333
.. math::
3434
g(r) = P(r)/PNI(r),

0 commit comments

Comments
 (0)