I tried to run this project to explore and experiment with the code, but couldn’t get it running.
Using the example configs in the config folder leads to errors due to hard-coded, machine-specific paths. For example:
|
config_file: '/home/lorenlab/trodes_configs/SC66_v7_thresh_100.trodesconf' |
Since these paths point to a specific local setup, the project can’t be run out of the box.
It would be helpful to have either a runnable example config or some guidance on how to adapt the existing configs for a new environment.
I tried to run this project to explore and experiment with the code, but couldn’t get it running.
Using the example configs in the
configfolder leads to errors due to hard-coded, machine-specific paths. For example:realtime_decoder/config/SC80_nTrode12.yml
Line 39 in b3fa90b
Since these paths point to a specific local setup, the project can’t be run out of the box.
It would be helpful to have either a runnable example config or some guidance on how to adapt the existing configs for a new environment.