sxs-collaboration / sxs

Python code for manipulating data from the SXS collaboration
MIT License
25 stars 18 forks source link

Imported property 'bar' is not callable #48

Open hrueter opened 2 years ago

hrueter commented 2 years ago

In the spherical package 'bar' is a property, but it seems the implementation in sxs treats it as a function, which leads to the following error:

File "/home/hannes/.local/lib/python3.8/site-packages/sxs/waveforms/waveform_modes.py", line 288, in bar
    return spherical.modes.algebra.bar(self)
TypeError: 'property' object is not callable