fix input data

This commit is contained in:
SowinskiBraeden committed 2025-03-16 18:11:01 -07:00
1 parent e6c3b75f59
commit 149440a137
15 files changed
+44 -42

No files matched your search

Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python 3.11
#!/usr/bin/env python 3
from docx.shared import Inches
from app.util.globals import flex
import xlsxwriter
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.11
#!/usr/bin/env python3
import json
import csv
from dataclasses import dataclass, asdict
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.11
#!/usr/bin/env python3
import json
import csv
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.11
#!/usr/bin/env python3
from app.util.globals import flex
most_frequent = lambda l : max(set(l), key = l.count)
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.11
#!/usr/bin/env python3
from dataclasses import dataclass
# These are the codes for Flex (spare) blocks
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.11
#!/usr/bin/env python3
import json
import csv
from app.util.estimateGrade import estimateStudentGrade
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.11
#!/usr/bin/env python3
from app.util.globals import Error
# validate user's inputed csv file contains required fields