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
After the upgrade of this service, many improvements seem necesary in order to achieve a maintainable service.
Most of the small issues are just marked as TODO: or FIXME: directly in the code and the most relevant are:
install blackfynn agent and use it in the code. For the moment, this feature is disabled (look for us_agent=False flag).
refactor blackfynn wrappers layers dsm -> datcore_wrapper -> dat_core. There is a lot of room for improvement there to make it more maintainable and not so verbose.
do not use protected api in blackfynn library e.g. bf._api.io.upload
Prefer None to "" (empty strings) in returns when something
add annotations
The text was updated successfully, but these errors were encountered:
After the upgrade of this service, many improvements seem necesary in order to achieve a maintainable service.
Most of the small issues are just marked as
TODO:
orFIXME:
directly in the code and the most relevant are:us_agent=False
flag).dsm -> datcore_wrapper -> dat_core
. There is a lot of room for improvement there to make it more maintainable and not so verbose.bf._api.io.upload
None
to""
(empty strings) in returns when somethingThe text was updated successfully, but these errors were encountered: