Issue with Exercise 1 in Assignment

Hello,

I am attempting to complete the assignment for this week, but I am having a problem with the first exercise. I am receiving the following output/error.

Image:
z = 0
[[0. 0. 0. 0.]
 [0. 0. 0. 0.]
 [0. 0. 0. 0.]
 [0. 0. 0. 0.]]
z = 1
[[0. 0. 0. 0.]
 [0. 1. 2. 3.]
 [0. 2. 4. 6.]
 [0. 3. 6. 9.]]
z = 2
[[ 0.  0.  0.  0.]
 [ 0.  2.  4.  6.]
 [ 0.  4.  8. 12.]
 [ 0.  6. 12. 18.]]


Label:
z = 0
[[0. 0. 0. 0.]
 [0. 0. 0. 0.]
 [0. 0. 0. 0.]
 [0. 0. 0. 0.]]
z = 1
[[1. 1. 1. 1.]
 [1. 1. 1. 1.]
 [1. 1. 1. 1.]
 [1. 1. 1. 1.]]
z = 2
[[2. 2. 2. 2.]
 [2. 2. 2. 2.]
 [2. 2. 2. 2.]
 [2. 2. 2. 2.]]

Extracting (2, 2, 2) sub-volume

Error: Wrong output. for variable in position 0.
Error: Wrong output. for variable in position 1.

Sampled Image:
z = 0
[[0. 0.]
 [0. 0.]]
z = 1
[[0. 0.]
 [0. 1.]]

Sampled Label:
class = 0
z = 0
[[0. 0.]
 [0. 0.]]
z = 1
[[1. 1.]
 [1. 1.]]
class = 1
z = 0
[[0. 0.]
 [0. 0.]]
z = 1
[[0. 0.]
 [0. 0.]]
 2  Tests passed
 1  Tests failed
---------------------------------------------------------------------------
AssertionError                            Traceback (most recent call last)
<ipython-input-12-d04fa8fc92d0> in <module>()
      1 ### test cell ex1 - do not modify this test cell
----> 2 get_sub_volume_test(get_sub_volume)

~/work/W3A1/public_tests.py in get_sub_volume_test(target)
     68     ]
     69 
---> 70     learner_func_sample_image, learner_func_sample_label = multiple_test_get_sub_volume(test_cases, target)
     71 
     72     print("\033[0m\nSampled Image:")

~/work/W3A1/test_utils.py in multiple_test_get_sub_volume(test_cases, target)
    160         print('\033[92m', success," Tests passed")
    161         print('\033[91m', len(test_cases) - success, " Tests failed")
--> 162         raise AssertionError("Not all tests were passed for {}. Check your equations and avoid using global variables inside the function.".format(target.__name__))
    163 
    164     return learner_func_answer

AssertionError: Not all tests were passed for get_sub_volume. Check your equations and avoid using global variables inside the function.

I am unsure why this error is occurring. I see nothing in my code that is incorrect.

My lab ID is: txrdswkygtxu

Hi @cdwetal,

Can you please share with me in a private message your code so that I can check it?

Regards,
Samuel

Hello,
I encounter the same issue, thanks for your help, I’m stuck since a couple of days already

@grizbi is your issue address or you still need help. Also avoid commenting on too old threads. Always create a new topic so you don’t miss this topics you encountered in your learning journey. Please create a new topic, you can always tag a link comment post which you find similar to your issue but sharing your own error screenshot, rather copy paste error is better choice at understanding any error to debug. You can even tag any mentor you want them to have a look using @

Regards
DP

Not addressed so far

please create a new topic with a screenshot of your error without sharing any grade cell codes. I am closing this thread.