UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
10 stars 4 forks source link

E AttributeError: 'DataArray' object has no attribute 'squeeze' #21

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago

hyperseti/hyperseti.py:224:

    if N_beam == 1:
       data = data.squeeze()
texadactyl commented 3 years ago

This issue is invalid.

The "data" above was actually a DataArray object. The references should have been to the data attribute of the DataArray.