Small fix to 8_SummaryStats.py

This commit is contained in:
Auden Cote-L'Heureux 2023-08-21 13:25:04 -04:00 committed by GitHub
parent 2f334642d3
commit 59f82e826c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import numpy as np
from datetime import date
today = date.today()
today = str(date.today())
def get_args():