Umberto Lupo
Umberto Lupo
See also the discussion in https://github.com/conda-forge/numpy-feedstock/issues/253
Thanks for the report @jcoll3 ! I agree that this seems like undesirable behaviour. May I just squeeze a minimal reproducible example out of you to make sure we're talking...
Thanks @jcoll3 ! I can indeed reproduce the bad behaviour. Personally, I think we should pre-empt such situations by restricting the range of the `for` loop in https://github.com/giotto-ai/giotto-tda/blob/eaa1dd0c301192f57a6b1de8e2bcee90c96ae1aa/gtda/time_series/embedding.py#L106 Specifically, I...
Actually I think the situation is even stricter than what I said above. To avoid errors in line https://github.com/giotto-ai/giotto-tda/blob/eaa1dd0c301192f57a6b1de8e2bcee90c96ae1aa/gtda/time_series/_utils.py#L61 one would also need to make sure that `X_embedded` has at...
@rth, thanks for the report!
@rth thanks for diagnosing this and for opening #314! It seems that in the current approach we should simply not publish the tarballs at all as they are guaranteed to...
Thanks for the report @madarax64! The message seems to suggest you are running on a potentially exotic (for ``giotto-tda`` at least) Linux version. Could you tell us what that is?...
Ubuntu 18.04 should definitely be supported by the manylinux wheels. So just to be clear, what does a run of ``` pip install giotto-tda ``` on a fresh environment, not...
> But when I actually run code, I get an error reading: Illegal Instruction (core dumped) Could you give us the code you ran, to reproduce?
> Running with gdb like above gives the following error: Thread 1 "python3" received signal SIGILL, Illegal instruction. 0x00007fffd3b24870 in ?? () from /usr/local/lib/python3.6/dist-packages/giotto_ripser.cpython-36m-x86_64-linux-gnu.so So this is installing from a...