You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run b.add_feature('pulsation', component='primary', feature='puls01')
the error is :
ValueError: could not find callable function in <module 'phoebe.parameters.feature' from '/usr/local/anaconda3/lib/python3.11/site-packages/phoebe/parameters/feature.py'>.pulsation
The text was updated successfully, but these errors were encountered:
phoebe does not support pulsations (in the released version - there is a development branch with experimental support that has been mentioned in past workshops). Is pulsations mentioned somewhere else in the docs? If so, we should make sure to remove it.
when I run b.add_feature('pulsation', component='primary', feature='puls01')
the error is :
ValueError: could not find callable function in <module 'phoebe.parameters.feature' from '/usr/local/anaconda3/lib/python3.11/site-packages/phoebe/parameters/feature.py'>.pulsation
The text was updated successfully, but these errors were encountered: