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
Apologies if I'm just missing something, but I cannot seem to access crypto dd score and dev from the SDK. They do not appear in dir(openbb.crypto.dd). I'm having a hard time tracing this back with the Breadcrumbs() structure. Given they appear in due_diligence_api.py I would have expected them to be accessible.
Thanks!
The text was updated successfully, but these errors were encountered:
So actually I am seeing most of the cg functions in crypto.dd aren't in the sdk and the reason is that they aren't following the MVC convention and these functions actual do the model functions in the view, so we dont have the correct way of mapping to the model -- because there is no model.
Apologies if I'm just missing something, but I cannot seem to access crypto dd
score
anddev
from the SDK. They do not appear indir(openbb.crypto.dd)
. I'm having a hard time tracing this back with the Breadcrumbs() structure. Given they appear indue_diligence_api.py
I would have expected them to be accessible.Thanks!
The text was updated successfully, but these errors were encountered: