drivendataorg / zamba

A Python package for identifying 42 kinds of animals, training custom models, and estimating distance from camera trap videos
https://zamba.drivendata.org/docs/stable/
MIT License
118 stars 27 forks source link

Fix ModelManager import in docs #325

Closed klwetstone closed 6 months ago

klwetstone commented 7 months ago

Fixes a small typo in the docs with instructions for importing the ModelManager class. From:

from zamba.models.manager import ModelManager

To:

from zamba.models.model_manager import ModelManager
netlify[bot] commented 7 months ago

Deploy Preview for silly-keller-664934 ready!

Name Link
Latest commit 8f5233d68f8819fa9e9f0afdd5934eb5f4b6bb2f
Latest deploy log https://app.netlify.com/sites/silly-keller-664934/deploys/6647d9b9af922900082d7146
Deploy Preview https://deploy-preview-325--silly-keller-664934.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 7 months ago

🚀 Deployed on https://deploy-preview-325--silly-keller-664934.netlify.app

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.4%. Comparing base (da686dd) to head (8f5233d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #325 +/- ## ====================================== Coverage 87.4% 87.4% ====================================== Files 26 26 Lines 2191 2191 ====================================== Hits 1915 1915 Misses 276 276 ```