Skip to content
Advertisement

TypeError: plotImages() got an unexpected keyword argument ‘n_images’ Python

The error i got: TypeError: plotImages() got an unexpected keyword argument ‘n_images’

Please do let me know if you have an idea. This is the code:

JavaScript

Advertisement

Answer

You defined the argument as nx_images in function definition, but doesn’t seem to use it anywhere in the code. Try changing it.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement