From 34b88ac5ebecb94d9824979f2fc79b6192d851a8 Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Mon, 5 Aug 2024 13:52:37 -0700 Subject: [PATCH] Update analysis.py --- modules/spatiotemporal/pyext/src/analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spatiotemporal/pyext/src/analysis.py b/modules/spatiotemporal/pyext/src/analysis.py index 3ddc2faffb..18976feb24 100644 --- a/modules/spatiotemporal/pyext/src/analysis.py +++ b/modules/spatiotemporal/pyext/src/analysis.py @@ -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);