From 6951159e5122e6c96e8f63548ac0c2ec43a002ce Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Tue, 27 Feb 2024 12:43:18 -0800 Subject: [PATCH] Add missing docstring --- modules/spatiotemporal/pyext/src/score_graph.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/spatiotemporal/pyext/src/score_graph.py b/modules/spatiotemporal/pyext/src/score_graph.py index 9be2297d3a..b448662f6b 100644 --- a/modules/spatiotemporal/pyext/src/score_graph.py +++ b/modules/spatiotemporal/pyext/src/score_graph.py @@ -1,3 +1,7 @@ +"""@namespace IMP.spatiotemporal.score_graph + Function to traverse and score the graph. +""" + import numpy as np