IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

NPY Reader should be compatible with binary file streams #25

Open sannant opened 4 years ago

sannant commented 4 years ago

Needed for Topobank. It is sufficient if it only works for the MPIStub.

mcrot commented 4 years ago

So far, the test files only contain a file wrongnpyfile.npy. @AntoineSIMTEK , so you have a small npy file, which is okay and which we can add? Then we can see whether PyCo works with binary streams here.

sannant commented 4 years ago

It has been added in https://github.com/pastewka/PyCo/tree/20_MI_and_other_reader_updates

But the branch is still failing.