Skip to content

Commit

Permalink
Test Points Per Question Row
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-morris committed Jul 8, 2024
1 parent 113a42a commit 061aa4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_grade/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ def test_notebooks_with_pdfs(expected_points):
# read the output and expected output
df_test = pd.read_csv("test/final_grades.csv")

#remove points possible row
df_test = df_test[df_test['file'] != POINTS_POSSIBLE_LABEL]

# sort by filename
df_test = df_test.sort_values("file").reset_index(drop=True)
df_test["failures"] = df_test["file"].apply(lambda x: [int(n) for n in re.split(r"\D+", x) if len(n) > 0])
Expand Down

0 comments on commit 061aa4a

Please sign in to comment.