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

Update mira.py #75

Open
wants to merge 2,279 commits into
base: master
Choose a base branch
from
Open

Update mira.py #75

wants to merge 2,279 commits into from

Conversation

amittai
Copy link
Contributor

@amittai amittai commented May 24, 2015

Neither $cdec/training/utils/decode-and-evaluate.pl nor $cdec/training/utils/parallelize.pl get copied to the build directory $cdec/build/training/utils/

They probably should be (along with everything else in the directory), but until then mira.py needs to look one directory level further up to find them.

redpony and others added 29 commits March 3, 2015 01:14
Line 6 doesn't work, but there are two possible reasons (and possible fixes). Either
A) the test should be looking for the build decoder in $cdec/build/decoder/cdec instead of in $cdec/decoder/cdec.
or
B) the "make -j4" command should be creating a decoder executable at $cdec/decoder/cdec , but isn't.

I assumed (A), because it's simpler.
Update run-system-tests.pl
Neither $cdec/training/utils/decode-and-evaluate.pl nor $cdec/training/utils/parallelize.pl get copied to the build directory $cdec/build/training/utils/

They probably should be (along with everything else in the directory), but until then mira.py needs to look one directory level further up to find them.
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.

8 participants