Mercurial > hg > plosone_underreview
view tests/test_util_feature_learning.py @ 91:d3e05cd49feb branch-tests
trying to plot wrt PLOSONE guidelines
author | Maria Panteli <m.x.panteli@gmail.com> |
---|---|
date | Mon, 02 Oct 2017 15:32:51 +0100 |
parents | e8084526f7e5 |
children |
line wrap: on
line source
# -*- 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