From ec688e5465818e2606e592b9aaf3ef4afb11cb3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Sat, 16 Dec 2023 07:57:19 -0600 Subject: [PATCH] Update. --- pscan.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pscan.py b/pscan.py index a1d410c..d009692 100755 --- a/pscan.py +++ b/pscan.py @@ -18,7 +18,9 @@ def naive_rec(A, X, Y0): ###################################################################### -# A is NxTx1 and X is NxTxD +# A is NxTx1 +# X is NxTxD +# Y0 is NxD # # Returns Y defined with # -- 2.20.1