Skip to content
Snippets Groups Projects
  1. Jan 19, 2022
  2. Oct 22, 2021
  3. Dec 07, 2020
  4. Dec 03, 2020
  5. Oct 06, 2020
  6. Oct 05, 2020
  7. Sep 25, 2020
  8. Apr 30, 2020
  9. Apr 29, 2020
    • Jari Pronold's avatar
      Upadte reading in spikes from numpy arrays · 8fabc239
      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.
  10. Apr 06, 2020
  11. Apr 03, 2020
  12. Mar 25, 2020
  13. Mar 24, 2020
  14. Nov 14, 2019
  15. Nov 13, 2019
  16. Nov 06, 2019
  17. Nov 05, 2019
  18. Nov 01, 2019
  19. Oct 31, 2019
  20. May 03, 2019
  21. Apr 06, 2019
  22. Mar 20, 2019