Skip to content
  • Jesse VanderWees's avatar
    Properly handle LookupTable __call__() parameters · 0b4c7cf9
    Jesse VanderWees authored
    The handling of LookupTable __call__() parameters was somewhat sloppy,
    without clear error codes if parameters were not supported. Furthermore,
    calling with np.nan would expose undefined behaviour. This commit
    improves error messages and does explicit handling of np.nan parameters.
    0b4c7cf9