Skip to content

optimtool-2.6.0

Compare
Choose a tag to compare
@linjing-lab linjing-lab released this 19 Oct 15:18
· 65 commits to master since this release

Fixed Bug:

  • fixed bug returned from numpy.core._exceptions._UFuncOutputCastingError: Cannot cast ufunc 'add' output from dtype('float64') to dtype('int64') with casting rule 'same_kind', though manually set default parameter to float can avoid this issue.

see test_lag.py which solved the above issue in this version.