Skip to content

Commit

Permalink
Change test_lookup.xmile model as independ graphical node of model.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprey committed Jun 8, 2018
1 parent d62af7f commit 441f5eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .idea/pysd.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/integration_test_xmile_pathway.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def test_trend(self):
output, canon = runner('test-models/tests/trend/test_trend.xmile')
assert_frames_close(output, canon, rtol=rtol)

@unittest.skip('no xmile')
def test_xidz_zidz(self):
from .test_utils import runner, assert_frames_close
output, canon = runner('test-models/tests/xidz_zidz/xidz_zidz.xmile')
Expand Down

0 comments on commit 441f5eb

Please sign in to comment.