allenai / allennlp-semparse

A framework for building semantic parsers (including neural module networks) with AllenNLP, built by the authors of AllenNLP
Apache License 2.0
107 stars 24 forks source link

Allow target_mask to be a List #6

Closed nitishgupta closed 4 years ago

nitishgupta commented 4 years ago

In construct_prefix_tree, same as targets, allow target_mask to be a List.

nitishgupta commented 4 years ago

Don't understand why the CI fails.

Error message

Run codecov/codecov-action@v1.0.2
/usr/bin/docker run --name e959fbf21965b4dde44a8da9bee633f039f62a_5619de --label e959fb --workdir /github/workspace --rm -e pythonLocation -e INPUT_TOKEN -e INPUT_NAME -e INPUT_FILE -e INPUT_FLAGS -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e GITHUB_ACTIONS=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/allennlp-semparse/allennlp-semparse":"/github/workspace" e959fb:f21965b4dde44a8da9bee633f039f62a  "" "" "" ""
Please provide an upload token from codecov.io with valid arguments
nitishgupta commented 4 years ago

Thanks; will keep that in mind.