Skip to content
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

errors during task #116

Open
scvthorsten opened this issue Mar 1, 2025 · 1 comment
Open

errors during task #116

scvthorsten opened this issue Mar 1, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@scvthorsten
Copy link

Tickers: OKLO,NNE,SMR
File "/mnt/d/Data/AIHedge/ai-hedge-fund/src/agents/cathie_wood.py", line 196, in analyze_disruptive_potential
rev_growth = (revenues[-1] - revenues[0]) / abs(revenues[0])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
ZeroDivisionError: float division by zero
During task with name 'cathie_wood_agent' and id 'ca42911f-62ae-d7dd-f258-9129618d39b9'

Ticker: PDD
File "/mnt/d/Data/AIHedge/ai-hedge-fund/src/agents/warren_buffett.py", line 69, in warren_buffett_agent
intrinsic_value = intrinsic_value_analysis["intrinsic_value"]
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'intrinsic_value'
During task with name 'warren_buffett_agent' and id '4adb2c97-bfcc-8a11-aabc-d6bea21a8f17'

@scvthorsten scvthorsten added the bug Something isn't working label Mar 1, 2025
@olimart
Copy link

olimart commented Mar 6, 2025

related to #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants