Skip to content

TVB-2709 Fix launching simulations using EpileptorCodim3 models on Windows

Marmaduke Woodman requested to merge tvb-epileptor-codim-fix into master

Created by: bvalean

The problem was that in the guvectorize decorator's signature the int_ dtype was evaluated to int32 on Windows, and the type cast check was failing.

Merge request reports