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
in ./base/evaluate.py file, in the main function, base_ref_theta = signals.SmoothedStepSequence(time_array, amp1, smooth_width=t_max//10)
here report
AttributeError: module 'signals' has no attribute 'SmoothedStepSequence'
signals version 0.0.1 or 0.0.2 both have this issue
The text was updated successfully, but these errors were encountered:
in ./base/evaluate.py file, in the main function,
base_ref_theta = signals.SmoothedStepSequence(time_array, amp1, smooth_width=t_max//10)
here report
AttributeError: module 'signals' has no attribute 'SmoothedStepSequence'
signals version 0.0.1 or 0.0.2 both have this issue
The text was updated successfully, but these errors were encountered: