Discovered by @bwmeyers
Some recent change has meant that this way of calling FEEBeam without arguments won't work. Instead it no requires FEEBeam(None).
|
beam = mwa_hyperbeam.FEEBeam() |
This example is tested in the CI but not with the codepath that doesn't provide the beam file as a cli arg.
|
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./target/debug/ ./examples/fee.py mwa_full_embedded_element_pattern.h5 |
Discovered by @bwmeyers
Some recent change has meant that this way of calling FEEBeam without arguments won't work. Instead it no requires FEEBeam(None).
mwa_hyperbeam/examples/fee.py
Line 17 in ad1170b
This example is tested in the CI but not with the codepath that doesn't provide the beam file as a cli arg.
mwa_hyperbeam/.github/workflows/run-tests.yml
Line 169 in ad1170b