P2: Duplicate AveCloudClient implementations #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Two different
AveCloudClientclasses exist with different methods:services/ave/client.pyservices/backtest/ave_client.pyThe simulate engine imports from the wrong (limited) location:
Solution
Consolidate into a single AveCloudClient class in
services/ave/client.py.Changes Required
services/ave/client.py- ensure it has all needed methodsservices/simulate/engine.py- import from correct locationservices/backtest/ave_client.pyAcceptance Criteria
services/ave/client.pyservices/backtest/ave_client.pyis deleted