EnergyFlow icon indicating copy to clipboard operation
EnergyFlow copied to clipboard

Python package for the EnergyFlow suite of tools.

Results 14 EnergyFlow issues
Sort by recently updated
recently updated
newest added

Hi, I'm seeing a very unexpected behaviour when testing periodic_phi. First, it seems to propagate also to wasserstein, and second it seems to stay and can't be undone setting periodic_phi=False....

Hi, I am unable to `pip install energyflow` on an M1 mac ... the resulting error messages are below. I think there needs to be a `cibuildwheel` for M1 installations?...

Hi, I'm trying to calculate the n=4, d=4 EFPs for 100k jets with 30 particles each. Every time I use the batch_compute function my program's memory usage jumps up by...

First things I would recommend doing: * [x] Having @pkomiske give @rikab maintainer permissions on PyPI for all the packages that the Thaler Lab should have maintainer control of (currently...

Hi, I was considering some ideas with EFP in Pytorch but I get from EFPSet.batch_compute `TypeError: arg is not one of numpy.ndarray, list, or fastjet.PseudoJet` Any chance to support also...

Resolves #45 by implementing fixes noted [here](https://github.com/thaler-lab/EnergyFlow/issues/45#issuecomment-2217753209).

Error shown [here](https://github.com/j-s-ashley/EnergyFlow/actions/runs/9858574406/job/27220276111#step:6:4121), `name '_X0' is not defined`, results from `test_n_jobs` function on [line 67](https://github.com/thaler-lab/EnergyFlow/blob/master/energyflow/tests/test_emd.py#L67).

Lines 126 and 149 of the [test_archs.py](energyflow/tests/test_archs.py) file are causing CI to [fail](https://github.com/thaler-lab/EnergyFlow/actions/runs/9826386713/job/27127800657?pr=42) with the following error: `'keras._tf_keras.keras.backend' has no attribute 'function'` The lines in the test file [126](https://github.com/thaler-lab/EnergyFlow/blob/c63a6185b3b91df4e61c74b097e2352a4a17f518/energyflow/tests/test_archs.py#L126) `kf...

Addresses final part of #31: > - [ ] Have a seperate publishing workflow that downloads the artifacts and then publishes them using [PyPI's Trusted Publishers](https://learn.scientific-python.org/development/guides/gha-wheels/#publishing).

Addresses part of #31: > - [ ] Split the CI components from the wheel building in CI > c.f. https://github.com/thaler-lab/Wasserstein/pull/8 > - [ ] Have the wheel building workflows...