From bb416e73a5004f232361f8bd739b7f22fac48e3d Mon Sep 17 00:00:00 2001 From: Mike Bloy Date: Mon, 30 Oct 2023 15:28:27 -0500 Subject: [PATCH] old readrides update from a previous ex --- readrides_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readrides_data.sh b/readrides_data.sh index 29cdf96..0e69614 100755 --- a/readrides_data.sh +++ b/readrides_data.sh @@ -1,5 +1,5 @@ #!/bin/bash for method in tuple dict namedtuple class slots dataclass; do - python readrides.py $method + time python readrides.py $method done