![]() |
00000 - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Data Science (https://python-forum.io/forum-44.html) +--- Thread: 00000 (/thread-29572.html) |
00000 - Muppit - Sep-10-2020 00000 RE: load returns None - micseydel - Sep-10-2020 Generally speaking, questions should have sufficient information to reproduce the problem. I'm not familiar with the libraries you're using, but I would have tinkered with the code if I could reproduce the problem. 00000 - Muppit - Sep-10-2020 00000 RE: load returns None - micseydel - Sep-10-2020 Yeah, large amounts of code aren't helpful to us. What you should do instead is hard-code any "inputs" to the problem-code that come from "upstream" and provide a "minimal reproducible example". This is true not just on this forum, but on Stackoverflow, and really any other time someone is asking a question about code. |