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

tests.py: Fix locating library and data files + fix type TypeError #80

Merged
merged 3 commits into from
Feb 1, 2015

Conversation

ampli
Copy link
Member

@ampli ampli commented Jan 31, 2015

3 independent commits (#78 and the problems mentioned in #67).

Fix the following error, that causes 3 tests to fail:
  File ".../bindings/python/linkgrammar.py", line 313, in diagram
    return clg.linkage_print_diagram(self._obj, display_walls, screen_width)
TypeError: in method 'linkage_print_diagram', argument 2 of type 'bool'
 - Adapt to the move of tests.py to binding/python-examples.
 - Support "make check" from a separate build directory.
Use the autoconf srcdir environment variable, if exists, to locate the
data "parses-xx*.txt" files.
linas added a commit that referenced this pull request Feb 1, 2015
tests.py: Fix locating library and data files + fix type TypeError
@linas linas merged commit 5914e12 into opencog:master Feb 1, 2015
@ampli ampli deleted the tests branch February 1, 2015 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants