Skip to content

Commit

Permalink
Update analysis.py
Browse files Browse the repository at this point in the history
Updated for flake8
  • Loading branch information
alatham13 committed Aug 5, 2024
1 parent 1bc1069 commit 1790451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/spatiotemporal/pyext/src/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ def temporal_precision(labeled_pdf1_fn, labeled_pdf2_fn,
def precision(labeled_pdf_fn, output_fn='precision.txt'):
"""
Function that reads in one labeled_pdf from create_DAG and returns the
precision, defined as the sum of the squared probability of all trajectories.
precision, defined as the sum of the squared
probability of all trajectories.
@param labeled_pdf_fn: string, labeled pdf file name (including the path);
labeled_pdf from the total model
Expand Down

0 comments on commit 1790451

Please sign in to comment.