Installing nds (with extras?) installs a package named decoder which is really generic and is overshadowing my local decoder.py causing problems for VSCode intellisense. Can this be renamed to nds_decoder or better yet, pull decoders into the nds pkg.
https://github.com/agencyenterprise/neural-data-simulator/issues/40
Introduction
From user feedback:
Changes
encoder
andInput
/Output
communications stack) intoneural_data_simulator.core
. This has some similarity to howpandas
organizes code: https://github.com/pandas-dev/pandas/tree/main/pandas/coredecoder
,streamer
,recorder
,tasks
,plugins
) underneural_data_simulator
namespace, e.g.neural_data_simulator.decoder
import
statements to match the new code organization.Behavior
nds_post_install_config --overwrite-existing-files
. (The import naming in the plugins has changed).run_closed_loop
locally