Skip to content

Commit 7050922

Browse files
committed
fixup! improved automatic points adding script
1 parent 285b504 commit 7050922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crowdsourcer/management/commands/add_automatic_points.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def print_info(self, message, level=2):
7373

7474
def get_points(self, file):
7575
df = pd.read_csv(file)
76+
df["answer in GRACE"] = df["answer in GRACE"].astype(str)
7677

7778
return df
7879

0 commit comments

Comments
 (0)