moved frontend function check_not_nan to tools

This commit is contained in:
Landon Wark
2023-02-15 09:29:03 -06:00
parent a9ce9514fc
commit 85dad791ec
15 changed files with 275 additions and 156 deletions

View File

@@ -7,6 +7,7 @@ from alembic import context
import sys
from pathlib import Path
sys.path.append(Path(__file__).parents[1].joinpath("src").resolve().__str__())
sys.path.append(Path(__file__).parents[1].joinpath("src", "submissions").resolve().__str__())
print(sys.path)
# this is the Alembic Config object, which provides