Skip to content

Commit e5e2986

Browse files
authored
Merge pull request #172 from quantling/fix-error-code-116
fixes #85, i. e. error code -166..., code improvements
2 parents dac17b2 + 786b8f3 commit e5e2986

File tree

4 files changed

+1408
-1188
lines changed

4 files changed

+1408
-1188
lines changed

pyndl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__author__ = ('Konstantin Sering, Marc Weitz, '
1818
'David-Elias Künstle, Lennard Schneider')
1919
__author_email__ = '[email protected]'
20-
__version__ = '0.6.2'
20+
__version__ = '0.6.3'
2121
__license__ = 'MIT'
2222
__description__ = ('Naive discriminative learning implements learning and '
2323
'classification models based on the Rescorla-Wagner '

pyndl/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
import gzip
12-
from collections import Iterator, Iterable
12+
from collections.abc import Iterator, Iterable
1313

1414
import pandas as pd
1515

0 commit comments

Comments
 (0)