-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'int' object has no attribute 'days' #8
Comments
Hi @sefati, thank you for reporting this issue and sorry for taking too long to answer! Could you please share the As soon as you share with me the CSV file I will start working on it! Remember to STAR the repo if you found it useful and FOLLOW ME at GitHub so as to get notified of all the updates! |
It is an algorithm bug.
|
Hi again @jackure, as I told you in the other issue, could you please share with me the data you are using so as to reproduce that error and fix it as soon as possible? Thank you! Remember to star the repo if you found it useful and follow me at GitHub so as to get notified of all the updates! |
I am having this exact problem.. |
Its 2024. Was this issue resolved? Still getting the same error. |
I got the same problem: I tried to use AAPL data to define trend for the last two years. Please, let me know if you have any suggestions AttributeError Traceback (most recent call last) File G:\My Drive\development\swing\main.py:284, in main() File G:\My Drive\development\swing\swing_functions.py:197, in trend_define_trendet(ticker, start_date_ms, end_date_ms) File ~\Anaconda3\envs\VENV_SWING_P3_9_11\lib\site-packages\trendet\identification.py:589, in identify_df_trends(df, column, window_size, identify) AttributeError: 'int' object has no attribute 'days' |
Hi,
I'm using this great python library.
I was wondering why I come up with this error:
'int' object has no attribute 'days'
my code is here:
Can you please answer me to solve this issue (or just my problem) ?
The text was updated successfully, but these errors were encountered: