- Oct 14, 2020
- Oct 06, 2020
-
-
Jari Pronold authored
Update multiarea_helpers.py
-
- Oct 05, 2020
-
-
Jari Pronold authored
Fix scaling of negative values.
-
- 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
-
- Nov 13, 2019
-
-
Sacha van Albada authored
Adapt memory query to support current NEST release
-
jarsi authored
-
- Nov 06, 2019
-
-
Sacha van Albada authored
Add missing file, fix indentation, add gitignore
-
Alexander van Meegen authored
-
- Nov 05, 2019
-
-
Sacha van Albada authored
-
Sacha van Albada authored
-
Sacha van Albada authored
-
- Nov 01, 2019
-
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
- Oct 31, 2019
-
-
Sacha van Albada authored
-
Sacha van Albada authored
-
- May 03, 2019
-
-
Sacha van Albada authored
Fix message about stabilization
-
- Apr 06, 2019
-
-
Maximilian Schmidt authored
Remove misleading message from MultiAreaModel Class Change NotImplementedError to TypeError Adapt test Improve documentation in README
-
- Mar 20, 2019
-
-
Alexander van Meegen authored
-
Alexander van Meegen authored
Make cases consistent in framework_sketch
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
- Dec 10, 2018
-
-
Alexander van Meegen authored
Make Python 3 dependency explicit
-
- Nov 13, 2018
-
-
Sacha van Albada authored
-
- Nov 06, 2018
-
-
Alexander van Meegen authored
-
Alexander van Meegen authored
-
- Oct 29, 2018
-
-
Maximilian authored
Remove fixed matplotlib backend
-