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

Status code of 200 does not mean that the comment has been posted #8

Open
jpivarski opened this issue Mar 14, 2024 · 0 comments
Open

Comments

@jpivarski
Copy link
Contributor

One job failed with

(https://github.com/scikit-hep/awkward/discussions/532), Returning Awkward Arrays vs returning NumPy arrays from Awkward functions\\n\\nScore: 50 out of 100\\n\\nThe conversation discusses flattening arrays in Awkward, which could be relevant for combining arrays. Look for examples of using `ak.flatten` and `ak.ravel` to understand how to manipulate arrays in Awkward. While the conversation doesn't directly address appending arrays, the concepts discussed can provide insights into working with arrays in Awkward.\\n\\n**6 July, 2022:** GitHub issue [scikit-hep/awkward#391](https://github.com/scikit-hep/awkward/issues/391), Requesting Awkward 0 → Awkward 1 cheat-sheet\\n\\nScore: 40 out of 100\\n\\nWhile the conversation does not directly address appending one array to another, it provides insights into working with Awkward arrays and transitioning from Awkward 0 to Awkward 1. You can look for examples of creating new arrays with the same structure but different values, which involves broadcasting in Awkward arrays. This knowledge can be applied to appending arrays by understanding how to manipulate and derive new values from existing arrays.\\n\\n**3 December, 2019:** GitHub discussion [scikit-hep/awkward#27](https://github.com/scikit-hep/awkward/discussions/27), Using Awkward Arrays in or with Xarray\\n\\nScore: 40 out of 100\\n\\nThe conversation discusses integration between Awkward Arrays and xarray, which may not directly answer your question about appending arrays. However, the conversation does mention functions like `ak.to_arrayset` and `ak.from_arrayset`, which could be useful for decomposing and reassembling arrays. Look for examples of how different data formats (ROOT, Parquet, Arrow) are handled in the conversation to gain insights into handling and manipulating arrays.\\n\" (STRING) at [4, 1455]","locations":[{"line":4,"column":1455}]}]}
2024-03-13T18:07:01.7574853Z Post job cleanup.
2024-03-13T18:07:01.9552639Z Post job cleanup.
2024-03-13T18:07:02.0309074Z [command]/usr/bin/git version
2024-03-13T18:07:02.0352401Z git version 2.43.2
2024-03-13T18:07:02.0399954Z Temporarily overriding HOME='/home/runner/work/_temp/4749d2da-fa02-4ac7-a41e-7f1896334dd2' before making global git config changes
2024-03-13T18:07:02.0401185Z Adding repository directory to the temporary git global config as a safe directory
2024-03-13T18:07:02.0405538Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/hooray/hooray
2024-03-13T18:07:02.0466030Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-03-13T18:07:02.0497964Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-03-13T18:07:02.3509487Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-03-13T18:07:02.3533134Z http.https://github.com/.extraheader
2024-03-13T18:07:02.3545197Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-03-13T18:07:02.3576424Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-03-13T18:07:02.4065652Z Cleaning up orphan processes

It looks like it failed because it contained a quotation mark and the data wasn't properly quoted.

But the GitHub Action should also be made to fail if the response says, "error." It can do that with a response code of 200, as in this case.

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

No branches or pull requests

1 participant