- Aug 11, 2023
-
-
-
/
-
Didi Hou authored
-
- Sep 16, 2022
-
-
Jari Pronold authored
Add Jupyter Notebook for EBRAINS with down-scaled MAM
-
- Sep 15, 2022
-
-
Johanna Senk authored
-
- Jul 20, 2022
-
-
Johanna Senk authored
-
Johanna Senk authored
-
Johanna Senk authored
-
Johanna Senk authored
-
Johanna Senk authored
-
- Jan 26, 2022
-
-
Jari Pronold authored
Enable use of NEST 3
-
Jari Pronold authored
Review NEST 3 adaptations
-
- Jan 19, 2022
-
-
jasperalbers authored
-
jasperalbers authored
-
jasperalbers authored
-
jasperalbers authored
-
jarsi authored
-
- Oct 22, 2021
-
-
jarsi authored
-
- Dec 07, 2020
-
-
jarsi authored
-
- Dec 03, 2020
-
-
Jari Pronold authored
Fix issues raised by golosio
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
- Oct 06, 2020
-
-
Jari Pronold authored
Update multiarea_helpers.py
-
- Oct 05, 2020
-
-
Jari Pronold authored
Fix scaling of negative values.
-
- Sep 25, 2020
-
-
jarsi authored
-
- Apr 30, 2020
-
-
Sacha van Albada authored
Update reading in spikes from numpy arrays
-
Sacha van Albada authored
Fix external siegert neurons
-
- Apr 29, 2020
-
-
Jari Pronold authored
With more recent versions of numpy (changed in version 1.16.3, see [here](https://numpy.org/devdocs/reference/generated/numpy.load.html)) the default behavior of reading in numpy arrays changed from allow_pickle=True to allow_pickle=False. If we want to read in the processed spikes, which are stored in numpy arrays, across numpy versions we need to manually set it to True. In general it is stated: > Warning > Loading files that contain object arrays uses the pickle module, which is not secure against erroneous or maliciously constructed data. Consider passing allow_pickle=False to load data that is known not to contain object arrays for the safer handling of untrusted sources. Thus we should about another dataformat in the long run and consider this a temporary fix.
-
- Apr 06, 2020
-
-
Alexander van Meegen authored
-
- Apr 03, 2020
-
-
Sacha van Albada authored
Remove outdated comments
-
- Mar 25, 2020
- Mar 24, 2020
-
-
jarsi authored
-
Jari Pronold authored
-
- Nov 14, 2019
-
-
Sacha van Albada authored
Swap content in try except block for a more logical flow
-
jarsi authored
-