Matteo Bachetti

Results 201 comments of Matteo Bachetti

Same problem here: https://github.com/StingraySoftware/stingray/pull/630

I have a similar problem. Recent versions of Netcdf-4 crash with HDF Error in my code (e.g. https://github.com/StingraySoftware/HENDRICS/issues/72)

> Do we need to change anything in the NB tutorials? yes, I prepared a new version of the Spectral Timing tutorial, that I need a couple more days to...

@abigailStev docs fixed

Not really, LGTM!

Thanks @NickSwainston ! Now it fails because it doesn't find png.h, but this is weird, we are installing libpng-dev. Can it be due to some version mismatch? ``` => [17/20]...

It worked! ``` Building 942.7s (18/18) FINISHED ``` Thanks @NickSwainston! @scottransom, do you think it would be possible to get this built on Docker Hub or similar? This would save...

It is fairly easy. You start by creating a Docker Hub repo, e.g. ``` https://hub.docker.com/repository/docker/matteobachetti/presto ``` and log in from your Docker client. Once you build the software locally, you...

Running on GDB: ``` (gdb) run Starting program: /home/mbachett/anaconda/envs/py27/bin/python /home/mbachett/pulsar_software/presto/python/ffdot_example.py [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Warning: '/home/mbachett/pulsar_software/presto//lib/fftw_wisdom.txt' is not up-to-date. You should run 'makewisdom'. See...

Looking at ``` #6 0x00007fffecda3a09 in _wrap_corr_rz_plane (self=, args=) at presto_src/presto_wrap.c:18528 ``` it seems that it originates from some of the automatic code that SWIG is throwing out, so it...