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

Cleanup: BinningValue, AxisBounds + detray/Integration #3549

Open
asalzburger opened this issue Aug 26, 2024 · 2 comments
Open

Cleanup: BinningValue, AxisBounds + detray/Integration #3549

asalzburger opened this issue Aug 26, 2024 · 2 comments

Comments

@asalzburger
Copy link
Contributor

This should not live for all too long:

  switch (bOption) {
    case BinningOption::closed:
      return detray::axis::bounds::e_circular;
    case BinningOption::open:
      return detray::axis::bounds::e_closed;
    default:
      throw std::invalid_argument(
          "DetrayMaterialConverter: unknown binning option detected.");
  }
Copy link

This issue/PR has been automatically marked as stale because it has not had recent activity. The stale label will be removed if any interaction occurs.

@github-actions github-actions bot added the Stale label Sep 25, 2024
@asalzburger
Copy link
Contributor Author

First step done:

@github-actions github-actions bot removed the Stale label Jan 21, 2025
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