diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test_util_feature_learning.py	Wed Sep 13 19:57:49 2017 +0100
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+"""
+Created on Fri Sep  1 19:11:52 2017
+
+@author: mariapanteli
+"""
+
+import pytest
+
+import numpy as np
+
+import scripts.util_feature_learning as util_feature_learning
+
+
+feat_learner = util_feature_learning.Transformer()
+
+
+def test_ssnmf_fit():
+    assert True