Raghav Kansal
Raghav Kansal
Hi, have there been any updates on this issue?
Python 3.8.1 EnergyFlow 1.3.0 Ubuntu 18.04 I should have mentioned - I do use p=1. This is the exact line: `efpset = ef.EFPSet(('n==', 4), ('d==', 4), ('p==', 1), measure='hadr', beta=1,...
I have looked at the memory usage more carefully and I believe that the memory spike only occurs during the `batch_compute` function. (I think because of the low granularity of...
I think I finally found the issue here. This was only occurring when using a Kubernetes pod where I would be assigned a specific number of cores and amount of...
Thanks for this very useful feature! I was wondering if this adds (or could add) support for renaming categorical axis values as well?
@kdlong Thanks! Not a developer but I think it would be a useful PR 🙂
Hi @matthewfeickert, have you looked into this further and is there some way I can help, particularly in releasing Python 3.11 wheels?
Hi, related to this, I'm seeing the following error when using the `client.upload_file()` method: `OSError: Timed out trying to connect to tls://red-c5627.unl.edu:49158 after 10 s`. Steps to reproduce are: 1....
Hi, I see it at the beginning before processing. I tried again just now and received the same error, this is the full stacktrace, so I believe it is the...
Hi, thanks for the suggestions (let me know if I missed something). 1. Uploading without the .pkl file in the zip - same error 2. Uploading just a single file...