Skip to content
Snippets Groups Projects
Commit 10f62b20 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Compatibility with python 3

parent 3685bac6
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ from ._library import *
from . import version
from .version import module as __version__
from .__MAP_gmm_trainer__ import *
from train import *
from .train import *
def ztnorm_same_value(vect_a, vect_b):
"""Computes the matrix of boolean D for the ZT-norm, which indicates where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment