Programming Assignment: Exploring Australia's coral reefs - C3M3

Before you post, please make sure to:

  1. Add a clear title that describes your question.

  2. Add all required tags in the tag option (top-right of the post):

    • The platform (e.g., dl-ai-learning-platform or Coursera-platform.)

    • The course week/module

  3. Write a detailed description of your issue.

Note: Screenshots are welcome, but please do not post full assignment code.

For more information, please check the FAQ category.

*Delete this message before posting

Hi,

I am getting an error like this for this module assignment( pasting the screen shot below).

I am able to get the expected output as given, but the grading is not happening appropriately.

Can you please help, I tried resubmitting it thrice

Regards

Ranjith

This error usually means that your solution for ex.2 is not passing the graders tests, i.e. your solution is not fully right, it might pass seem tests within the lab but not all! Better go back and try to change it to a better one!

2 Likes

From the error message (about not broadcasting the shapes), I would guess that your code is written to only work for one size of data set.

1 Like

Thanks for responding, i was able to revisit the code and corrected it..!

2 Likes

Nice work!