-
Notifications
You must be signed in to change notification settings - Fork 5
Description
======================================================================
ERROR: test_dataset_evaluate (tests.test_dataset.TestCase)
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_dataset.py", line 47, in test_dataset_evaluate
dataset = nemoa.dataset.open('linear', workspace='testsuite')
File "c:\users\patri\documents\github\nemoa\nemoa\dataset_init_.py", line 52, in open
return new(**load(*args, **kwds))
File "c:\users\patri\documents\github\nemoa\nemoa\dataset_init_.py", line 43, in load
return imports.load(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\dataset\imports_init_.py", line 67, in load
path = nemoa.path('dataset', name, **pathkwds)
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 68, in path
return session.path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 55, in path
return cur().path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 158, in path
return self._get_path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 413, in _get_path
self._set_workspace(ws, base=base)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
ERROR: test_dataset_import (tests.test_dataset.TestCase) (filetype='csv')
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_dataset.py", line 37, in test_dataset_import
dataset = nemoa.dataset.open('sinus', workspace='testsuite')
File "c:\users\patri\documents\github\nemoa\nemoa\dataset_init_.py", line 52, in open
return new(**load(*args, **kwds))
File "c:\users\patri\documents\github\nemoa\nemoa\dataset_init_.py", line 43, in load
return imports.load(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\dataset\imports_init_.py", line 67, in load
path = nemoa.path('dataset', name, **pathkwds)
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 68, in path
return session.path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 55, in path
return cur().path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 158, in path
return self._get_path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 413, in _get_path
self._set_workspace(ws, base=base)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
ERROR: test_dataset_import (tests.test_dataset.TestCase) (filetype='tab')
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_dataset.py", line 42, in test_dataset_import
dataset = nemoa.dataset.open('linear', workspace='testsuite')
File "c:\users\patri\documents\github\nemoa\nemoa\dataset_init_.py", line 52, in open
return new(**load(*args, **kwds))
File "c:\users\patri\documents\github\nemoa\nemoa\dataset_init_.py", line 43, in load
return imports.load(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\dataset\imports_init_.py", line 67, in load
path = nemoa.path('dataset', name, **pathkwds)
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 68, in path
return session.path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 55, in path
return cur().path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 158, in path
return self._get_path(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 413, in _get_path
self._set_workspace(ws, base=base)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
ERROR: test_model_ann (tests.test_model.TestCase)
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_model.py", line 37, in setUp
nemoa.open('testsuite', base='site')
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 64, in open
return session.open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 51, in open
return cur().open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 913, in open
return self._set_workspace(key)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
ERROR: test_model_dbn (tests.test_model.TestCase)
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_model.py", line 37, in setUp
nemoa.open('testsuite', base='site')
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 64, in open
return session.open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 51, in open
return cur().open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 913, in open
return self._set_workspace(key)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
ERROR: test_model_import (tests.test_model.TestCase)
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_model.py", line 37, in setUp
nemoa.open('testsuite', base='site')
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 64, in open
return session.open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 51, in open
return cur().open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 913, in open
return self._set_workspace(key)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
ERROR: test_network_create (tests.test_network.TestCase) (create='autoencoder')
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_network.py", line 39, in test_network_create
network = nemoa.network.create('autoencoder',
AttributeError: module 'nemoa' has no attribute 'network'
======================================================================
ERROR: test_network_create (tests.test_network.TestCase) (create='factor')
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_network.py", line 44, in test_network_create
network = nemoa.network.create('factor',
AttributeError: module 'nemoa' has no attribute 'network'
======================================================================
ERROR: test_network_import (tests.test_network.TestCase) (filetype='ini')
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_network.py", line 34, in test_network_import
network = nemoa.network.open('deep', workspace='testsuite')
AttributeError: module 'nemoa' has no attribute 'network'
======================================================================
ERROR: test_system_import (tests.test_system.TestCase) (filetype='ini')
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_system.py", line 38, in test_system_import
system = nemoa.system.open('dbn', workspace='testsuite')
AttributeError: module 'nemoa' has no attribute 'system'
======================================================================
ERROR: test_workspace_open (tests.test_workspace.TestCase)
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_workspace.py", line 36, in test_workspace_open
nemoa.open('testsuite')
File "c:\users\patri\documents\github\nemoa\nemoa_init_.py", line 64, in open
return session.open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session_init_.py", line 51, in open
return cur().open(*args, **kwds)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 913, in open
return self._set_workspace(key)
File "c:\users\patri\documents\github\nemoa\nemoa\session\classes\base.py", line 774, in _set_workspace
f"could not open workspace '{workspace}': "
Warning: could not open workspace '<module 'nemoa.workspace' from 'c:\users\patri\documents\github\nemoa\nemoa\workspace\init.py'>': workspace could not be found in any searchpath.
======================================================================
FAIL: test_session_get (tests.test_session.TestCase) (cmd="nemoa.get('workspace')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 89, in test_session_get
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_list (tests.test_session.TestCase) (cmd="nemoa.list('datasets')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 154, in test_session_list
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_list (tests.test_session.TestCase) (cmd="nemoa.list('networks')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 161, in test_session_list
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_list (tests.test_session.TestCase) (cmd="nemoa.list('systems')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 170, in test_session_list
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_list (tests.test_session.TestCase) (cmd="nemoa.list('models')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 175, in test_session_list
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('baseconf')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 188, in test_session_path
self.assertTrue(isinstance(nemoa.path('baseconf'), str))
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('datasets')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 191, in test_session_path
self.assertTrue(isinstance(nemoa.path('datasets'), str))
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('networks')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 195, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('systems')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 199, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('models')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 203, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('scripts')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 207, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('cache')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 211, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('ini')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 215, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('logfile')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 219, in test_session_path
self.assertTrue(test)
AssertionError: False is not true
======================================================================
FAIL: test_session_path (tests.test_session.TestCase) (cmd="nemoa.path('expand')")
Traceback (most recent call last):
File "C:\Users\patri\Documents\GitHub\nemoa\tests\test_session.py", line 228, in test_session_path
self.assertTrue(valid and not invalid)
AssertionError: None is not true
Ran 108 tests in 0.141s
FAILED (failures=15, errors=11, skipped=1)