Skip to content

Commit

Permalink
Feature/joint isi dithering (NeuralEnsemble#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbouss authored and dizcza committed Jan 10, 2020
1 parent 08e23a8 commit 731bbe4
Show file tree
Hide file tree
Showing 5 changed files with 575 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cover
######################
.directory
.gdb_history
.DS_Store?
.DS_Store
ehthumbs.db
Icon?
Thumbs.db
Expand All @@ -75,3 +75,5 @@ Thumbs.db
###################################
# ignored folder for fast prototyping
ignored/

.ipynb_checkpoints/
1 change: 0 additions & 1 deletion elephant/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,6 @@ def _store_array(self):
def remove_stored_array(self):
"""
Unlinks the matrix with counted time points from memory.
"""
self._mat_u = None

Expand Down
Loading

0 comments on commit 731bbe4

Please sign in to comment.