synsense / sinabs

A deep learning library for spiking neural networks which is based on PyTorch, focuses on fast training and supports inference on neuromorphic hardware.
https://sinabs.readthedocs.io
GNU Affero General Public License v3.0
77 stars 8 forks source link

Installation instructions warn about development installation. #226

Closed sheiksadique closed 7 months ago

sheiksadique commented 7 months ago

Checklist before requesting a review

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (205ccf4) 90.91% compared to head (060f369) 90.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #226 +/- ## ======================================== Coverage 90.91% 90.91% ======================================== Files 52 52 Lines 2718 2718 ======================================== Hits 2471 2471 Misses 247 247 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MinaKh commented 7 months ago

Thanks @sheiksadique , I uninstalled my sinabs and installed it in non developer mode and could import sinabs-exodus. Thanks for adding the note in installation instructions. This PR closes the task in https://github.com/synsense/sinabs/issues/218#issuecomment-1929449466