comparison tests/test_util_feature_learning.py @ 30:e8084526f7e5 branch-tests

additional test functions
author Maria Panteli <m.x.panteli@gmail.com>
date Wed, 13 Sep 2017 19:57:49 +0100
parents
children
comparison
equal deleted inserted replaced
29:6aa08c9c95e9 30:e8084526f7e5
1 # -*- coding: utf-8 -*-
2 """
3 Created on Fri Sep 1 19:11:52 2017
4
5 @author: mariapanteli
6 """
7
8 import pytest
9
10 import numpy as np
11
12 import scripts.util_feature_learning as util_feature_learning
13
14
15 feat_learner = util_feature_learning.Transformer()
16
17
18 def test_ssnmf_fit():
19 assert True