wreckdump

Results 9 comments of wreckdump

@molinav Thanks! I personally am not using MacOS nor I own any machine.. So I don' think I could help with that. I could look into the issue of the...

Aha! Thank you so much! Just so happens to be that I am using version 1.5.1! I'll try this! Thank you again! But, would I be still getting the error...

Errm. I don't think the periodic boundary condition function is working properly. I was just testing out a sample data that I have made (https://file.io/XjmoIGLdXurn) with the following info. ```...

Thank you for your reply. After making changes as you suggested, I am getting the following error messages. ``` Traceback (most recent call last): File "/home/rangke/work/thesis/py.scr/trk.fet.seg.lnk.py", line 128, in trk...

No. I am not using jupyter notebook. I am just using python 3.11.6 with all the modules installed via pip.

Numba version that I am using is 0.58.1, and I am also running tobac from terminal without any development environment. The code runs without numba fine. Thanks.

I am suffering from the same problem. Removing `-Werror` flag from `BASE_CFLAGS="-g -Wall -Werror"` in `config/m4/compiler.m4` did not fix the problem for me.

Hmm. Removing `-Werror` flag from `BASE_CFLAGS="-g -Wall -Werror"` in `configure` did the trick.