Skip to content
Snippets Groups Projects
  1. Oct 14, 2020
  2. Oct 06, 2020
  3. Oct 05, 2020
  4. Apr 30, 2020
  5. 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.
      8fabc239
  6. Apr 06, 2020
  7. Apr 03, 2020
  8. Mar 25, 2020
  9. Mar 24, 2020
  10. Nov 14, 2019
  11. Nov 13, 2019
  12. Nov 06, 2019
  13. Nov 05, 2019
  14. Nov 01, 2019
  15. Oct 31, 2019
  16. May 03, 2019
  17. Apr 06, 2019
  18. Mar 20, 2019
  19. Dec 10, 2018
  20. Nov 13, 2018
  21. Nov 06, 2018
  22. Oct 29, 2018