Skip to content

Commit

Permalink
fixes integer overflow ndl.ndl (#162)
Browse files Browse the repository at this point in the history
* fixes integer overflow in uni-dimensional index of weights in ndl.ndl that results in wrong learning in weight matrices with more than 4294967295 cells
  • Loading branch information
derNarr authored Oct 25, 2018
1 parent 57ebba9 commit 359ee9f
Show file tree
Hide file tree
Showing 3 changed files with 1,405 additions and 991 deletions.
2 changes: 1 addition & 1 deletion pyndl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__author__ = ('Konstantin Sering, Marc Weitz, '
'David-Elias Künstle, Lennard Schneider')
__author_email__ = '[email protected]'
__version__ = '0.6.0'
__version__ = '0.6.1'
__license__ = 'MIT'
__description__ = ('Naive discriminative learning implements learning and '
'classification models based on the Rescorla-Wagner '
Expand Down
Loading

0 comments on commit 359ee9f

Please sign in to comment.