Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit e006211

Browse files
committed
Automated commit -> added return statement to parser in jatosapi
1 parent c092738 commit e006211

File tree

22 files changed

+1
-722
lines changed

22 files changed

+1
-722
lines changed

_posts/2024-09-23-subject-8001-152903.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

_posts/2024-09-25-subject-8006-210803.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

code/PCqC.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def plot_circular_bar_graph(percentages, name, output_name):
7979
plt.close()
8080

8181
correct_by_block = test.groupby('block_c')['correct'].mean()
82-
print(test.head())
8382

8483
print(correct_by_block)
8584
plot_circular_bar_graph(correct_by_block, 'Correct Rate by Block', output_name='_acc_test')

data/7019/processed/run-1/7019_PC_C.csv

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)