JohannesBuchner / UltraNest

Fit and compare complex models reliably and rapidly. Advanced nested sampling.
https://johannesbuchner.github.io/UltraNest/
Other
142 stars 30 forks source link

numpy cython np.int_t Invalid type #134

Open JohannesBuchner opened 3 months ago

JohannesBuchner commented 3 months ago

CI says "Invalid type" to cython np.int_t code. https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=937333&view=logs&jobId=9a864fd9-6c8f-52ca-79ce-2aa6dca1a1de&j=9a864fd9-6c8f-52ca-79ce-2aa6dca1a1de&t=ecca2736-6363-55be-133f-faae951bb9b5

JohannesBuchner commented 3 months ago

Probably we could use int instead if I read this page correctly: https://stackoverflow.com/questions/21851985/difference-between-np-int-np-int-int-and-np-int-t-in-cython