Closed sweep-ai[bot] closed 10 months ago
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run if [ ! -d "~/word2vec" ]; then yielded the following error: ##[error]Process completed with exit code 8. Here are the logs: --2024-01-07 05:21:23-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 16.182.98.152, 16.182.105.40, 52.216.139.85, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|16.182.98.152|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:21:24 ERROR 404: Not Found. ```
[!CAUTION]
An error has occurred: 422 {"message": "Validation Failed", "errors": [{"resource": "PullRequest", "code": "custom", "message": "No commits between sweep/sweep_gha_fix_the_github_actions_run_fai_2 and sweep/sweep_gha_fix_the_github_actions_run_fai_13"}], "documentation_url": "https://docs.github.com/rest/pulls/pulls#create-a-pull-request"} (tracking ID: 3eaaa2616e)
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run if [ ! -d "~/word2vec" ]; then yielded the following error: ##[error]Process completed with exit code 8. Here are the logs: --2024-01-07 05:21:34-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 54.231.230.0, 52.216.179.69, 16.182.74.176, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|54.231.230.0|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:21:34 ERROR 404: Not Found. ```
[!CAUTION]
An error has occurred: 422 {"message": "Validation Failed", "errors": [{"resource": "PullRequest", "code": "custom", "message": "No commits between sweep/sweep_gha_fix_the_github_actions_run_fai_2 and sweep/sweep_gha_fix_the_github_actions_run_fai_17"}], "documentation_url": "https://docs.github.com/rest/pulls/pulls#create-a-pull-request"} (tracking ID: 8d0e3f269b)
Description
This pull request includes the following changes:
.github/ISSUE_TEMPLATE/sweep-template.yml
file to update the placeholder text for the "Unit Tests" and "Bugs" sections..github/workflows/build.yml
file to set up the build workflow for GitHub Actions.plane.py
file to handle exceptions when calculating the normal vector and distance to origin.Summary
.github/ISSUE_TEMPLATE/sweep-template.yml
:.github/workflows/build.yml
:plane.py
: