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

Write 2D plotfiles for projections #791

Merged
merged 17 commits into from
Nov 8, 2024

Conversation

BenWibking
Copy link
Collaborator

@BenWibking BenWibking commented Nov 5, 2024

Description

Writes projections as 2D plotfiles, rather than as 3D plotfiles with one cell in the 3rd dimension.

Related issues

Fixes #685.

Checklist

Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an x inside the square brackets [ ] in the Markdown source below:

  • I have added a description (see above).
  • I have added a link to any related issues see (see above).
  • I have read the Contributing Guide.
  • I have added tests for any new physics that this PR adds to the code.
  • I have tested this PR on my local computer and all tests pass.
  • I have manually triggered the GPU tests with the magic comment /azp run.
  • I have requested a reviewer for this PR.

@BenWibking BenWibking changed the title WIP: write 2D plotfiles for projections [WIP] write 2D plotfiles for projections Nov 5, 2024
src/io/projection.cpp Fixed Show fixed Hide fixed
src/io/projection.cpp Fixed Show fixed Hide fixed
Copy link

sonarcloud bot commented Nov 7, 2024

@BenWibking BenWibking marked this pull request as ready for review November 7, 2024 20:17
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Nov 7, 2024
@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking BenWibking changed the title [WIP] write 2D plotfiles for projections Write 2D plotfiles for projections Nov 7, 2024
@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@BenWibking
Copy link
Collaborator Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Copy link
Collaborator

@markkrumholz markkrumholz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code changes look good to me; build failures appear to be unrelated, and have to do with a missing h5py. Let me know if you need me to ping IT about something in the python environment on avatargpu. I will approve for now, but we'll need to sort out the h5py issue and re-run the tests before merging.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Nov 7, 2024
@BenWibking BenWibking added this pull request to the merge queue Nov 8, 2024
Merged via the queue into development with commit e470861 Nov 8, 2024
22 checks passed
@BenWibking BenWibking deleted the BenWibking/output-2d-plotfiles-projections branch November 8, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

projection outputs should be 2D plotfiles
2 participants