Skip to content

Commit

Permalink
Update analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alatham13 committed Aug 5, 2024
1 parent 1790451 commit 34b88ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spatiotemporal/pyext/src/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ 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
precision, defined as the sum of the squared
probability of all trajectories.
@param labeled_pdf_fn: string, labeled pdf file name (including the path);
Expand Down

0 comments on commit 34b88ac

Please sign in to comment.