issues
search
Valcilio
/
api-crypto-figma
This repository contains code to the financial market asserts dashboard.
GNU General Public License v3.0
0
stars
0
forks
source link
Sarimax's API finalized with tests and main API finalized without tests.
#1
Closed
Valcilio
closed
2 years ago
Valcilio
commented
2 years ago
Warning:
Tests of main API need to be refactored.
Additioned:
domain/gateways/apigetsarimax.py: added new methods to rescale and inverse scale data for modeling and analysis.
domain/gateways/mainapi.py: created to unify all classes from API layer.
tests/test_apigetsarimax.py: testing every funcionality of apigetsarimax now.
tests/test_mainapi.py: created but need to be refactored.
Revised:
domain/use_cases/sarimax.py: adjusted some attributes to combine with API.
Warning:
Additioned:
Revised: