• Brendan Murphy's avatar
    Fix for NameError in test · 999a62c5
    Brendan Murphy 提交于
    I was getting a NameError from the list
    comprehensions saying that e.g. `pytensor_scalar`
    was not defined. I'm not sure why, but this is another
    (more verbose) way to do the same thing.
    999a62c5
test_math.py 123.6 KB