Skip to content

Commit c34259c

Browse files
authored
Improve enum (#173)
* fixes math.ceil with explicit cast to double before ceiling * makes error codes more human readable
1 parent e5e2986 commit c34259c

File tree

3 files changed

+26
-9938
lines changed

3 files changed

+26
-9938
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.3'
20+
__version__ = '0.6.4'
2121
__license__ = 'MIT'
2222
__description__ = ('Naive discriminative learning implements learning and '
2323
'classification models based on the Rescorla-Wagner '

0 commit comments

Comments
 (0)