Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many tests are failing on Windows 10 #853

Open
fishroot opened this issue Sep 9, 2019 · 0 comments
Open

Many tests are failing on Windows 10 #853

fishroot opened this issue Sep 9, 2019 · 0 comments
Assignees

Comments

@fishroot
Copy link
Member

fishroot commented Sep 9, 2019

======================================================================
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)

@fishroot fishroot self-assigned this Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant