hyperas
hyperas copied to clipboard
Have to import within data function
Even though I import numpy as the beginning of the file, I can't use it in my data function without it saying np is not defined
. I was able to fix this by importing numpy inside my function