cssh-rwth / autograde

Test jupyter notebooks in an isolated environment
MIT License
9 stars 4 forks source link

More information in summary #15

Closed Feelx234 closed 4 years ago

Feelx234 commented 4 years ago

It would be great if the summary.csv also contains the grade per task, it currently only shows the total grade.

I have already made that change PR coming.

0b11001111 commented 4 years ago

The summary.csv is actually used? I thought about to discard it as it is completely redundant to the json file but with less information...

Feelx234 commented 4 years ago

I am talking about the summary.csv that gets produced by autograde summary. In my version of autograde there is no .json equivalent, and csv is easy to read into a dataframe.

0b11001111 commented 4 years ago

Ah, I confused that with test_results.csv :D

0b11001111 commented 4 years ago

As of c75fc4ec2d82de809d12cbbe43b8d3bd6279cab3 raw data is exported as well. For more custom reports this should be sufficient and one has not to dig out data manually from archives. Also, this keeps summary.csv more consistent.