All tests passed and grader gives 0 points

Anyone knows how to solve it?

2 Likes

error β€œThere was a problem compiling the code from your notebook. Details:
expected β€˜:’ (, line 226)”

2 Likes

Hi,
Please be more specific, which exercise is this?

1 Like

Hi @Hanyue

The error indicates that you probably have some cell (maybe for your own code testing) that produces this error (for example, you might have an incomplete if statement) anywhere in the notebook.
The tests do not have problem with that but the grader requires that ALL your cells in the notebook do not produce any error. This might be one probable cause for this.

Cheers