agencyenterprise / neurotechdevkit

Neurotech Development Kit (NDK)
https://agencyenterprise.github.io/neurotechdevkit/
Apache License 2.0
115 stars 10 forks source link

Pin stride version in all the places we specify pip install #163

Closed charlesbmi closed 11 months ago

charlesbmi commented 11 months ago

https://github.com/agencyenterprise/neurotechdevkit/issues/142

Introduction

NDK uses the stride simulation software, and we instruct users to pip install from Github, picking up the latest development version. stride currently has a bug or 2 causing some NDK tests to fail (and potentially breaking for any new NDK users).

Changes

In the future:

Behavior

FYI @conditg

codecov-commenter commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!.

charlesbmi commented 11 months ago

Thanks @stmartin and @d-lucena !