ai-cfia / nachet-backend

A flask-based backend for Nachet to handle Azure endpoint and Azure storage API requests from the frontend.
MIT License
1 stars 4 forks source link

fixes #31: add a docs folder with Nachet inference documentation #53

Closed MaxenceGui closed 7 months ago

MaxenceGui commented 8 months ago

Add :

MaxenceGui commented 8 months ago

@rngadam I change the file and diagram name to reflect naming convention. I also add an executive summary. Do you want me to add a context subtitle as well ?

Will ask @RussellJimmies to revisit change as soon as he could.

MaxenceGui commented 7 months ago

Check test fails

Check was failing on Mock object not being iterable. Change Mock object for MagicMock to include magic function (iter)