Matthew Brett

Results 450 comments of Matthew Brett

Ben - can you give links to the PyMVPA hdf5 datasets?

Just checking - have you given the runtime environment from the relevant (slowest) install?

Aha - thank you. Is there any way of warning the user in the notebook (rather that the console) with a message such as "Cannot start serviceworker and therefore cannot...

I think this is a specific instance of the problem referred to in https://github.com/sergiocorreia/panflute/issues/236 - I guess a more general question is - should `RawBlock`s be passed through by default...

Yes, that is confusing; it wasn't obvious to me that I needed to look at the dtype argument to know what numbers I could send to `high`.

Currently blocked by multiple regular but not deterministic segmentation faults, that seem to be most commonly from `fffpy_multi_iterator_delete` or elsewhere in the `fffpy_multi_iterator` stuff. Test files currently causing segmentation faults...

@alexis-roche - do you have any time to have a look at what's going on here with `fff` and Numpy 2.0 crashes? Procedure is: ```bash virtualenv nipy-env . ./nipy-env/bin/activate git...

Good call - dropped. Tests passing now.

Ah - that turns out to be because Python 3.8 pulls in Numpy < 2, which is the actual problem.

OK - added back 3.8 to trigger a Numpy < 2 build - and added some Numpy 1.2x fixes to the original Numpy 2.0 Nipy port. I think this is...