Tamás Nepusz

Results 691 comments of Tamás Nepusz

Yeah, I can imagine. Sorry about that :( Unfortunately I'm not doing research any more so it's hard to find spare time for these side-projects, that's why I cannot promise...

I would definitely be interested in a NumPy-based solution. I'd suggest you start working on it in a separate branch in your fork and then file pull requests when there's...

I have added a `.travis.yml` config file but apparently Travis is not willing to recognize my repo. All my _other_ repos are visible in Travis but not this one. @szhorvat...

The build [fails](https://app.travis-ci.com/github/ntamas/plfit/jobs/554172150) on s390x with Travis, but apparently only in release mode.

I can't test this easily for x87 as I am on Apple Silicon and `-mfpmath=387` fails there; `gcc` 11 from Homebrew says `unrecognized command-line option '-mfpmath=387'` whle Clang returns compiler...

The `ppc64le` build seems to work but I just realized that this is probably identical to `ppc64el` on Debian, which also passes. Travis does not offer the "pure" `ppc64` or...

@jgmbenoit Something weird is going on with the `hsl_sf_hzeta()` function on `s390x`. Take a look at [this recent test log](https://app.travis-ci.com/github/ntamas/plfit/jobs/554596809) from Travis. I have added debug output (search for `DEBUG:`)...

Thanks a lot for your help! Looking forward to the patched version.

I have reverted `master` to the pre-debugging state and branched off into a `debug/hzeta` branch, so if you want to investigate the debug statements yourself, please check out `debug/hzeta`.