NeuromatchAcademy / course-content

NMA Computational Neuroscience course
https://compneuro.neuromatch.io
Creative Commons Attribution 4.0 International
2.65k stars 983 forks source link

temporary fix to error: array of sample points empty #1111

Closed AdiBish closed 2 months ago

marius10p commented 2 months ago

What is the error here? @iamzoltan can we please prioritize merging this and rerunning the book? I have also made some direct commits to the main branch with links that need to get updated in the jupyterbook (for both CN and DL).

iamzoltan commented 2 months ago

@marius10p you should not be making direct commits to the main branch. Doing so skips part of our processing pipeline and depending on what you changed, they may not be included in the next build.

These checks failed because forked repos should not be making PRs into main, but into a staging branch instead. This way we can create a PR to main from that staging branch to allow the processing pipeline to run.

iamzoltan commented 2 months ago

Closing this PR as it is address in the allen-hot-fix pr