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

Update nrtk and pybsm version #157

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Update nrtk and pybsm version #157

merged 3 commits into from
Jan 20, 2025

Conversation

PaulHax
Copy link
Collaborator

@PaulHax PaulHax commented Dec 16, 2024

PR pins the versions of nrtk and pybsm. These packages often have breaking changes. This means our testing cron job is less interesting, but keeping it still: https://github.com/Kitware/nrtk-explorer/blob/main/.github/workflows/ci.yml#L7

  • fix pybsm transform
  • update nrtk version

closes #152

After release on PiPy, update Conda feedstock: conda-forge/nrtk-explorer-feedstock#16

@PaulHax PaulHax changed the title Nrtk Update nrtk version Dec 16, 2024
@PaulHax PaulHax changed the title Update nrtk version Update pybsm version Dec 16, 2024
@PaulHax PaulHax changed the title Update pybsm version Update nrtk and pybsm version Dec 16, 2024
@PaulHax PaulHax force-pushed the nrtk branch 2 times, most recently from 2f12ac2 to 94fb490 Compare January 13, 2025 18:44
@PaulHax PaulHax marked this pull request as ready for review January 13, 2025 18:45
@PaulHax PaulHax requested a review from alesgenova January 13, 2025 18:53
@@ -152,6 +152,6 @@ def execute(self, input, *input_args):
input_args = self.exec_args

input_array = np.asarray(input)
output_array = self._perturber.perturb(input_array, *input_args)
output_array, unknown = self._perturber.perturb(input_array, *input_args)
Copy link
Member

Choose a reason for hiding this comment

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

Very minor nitpick, I think the convention is to use _ for unused elements when unpacking tuples:

output_array, _ = ...

@PaulHax PaulHax merged commit ad61cae into Kitware:main Jan 20, 2025
6 checks passed
@PaulHax PaulHax deleted the nrtk branch January 20, 2025 21:44
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

Successfully merging this pull request may close these issues.

Update to latest pybsm
2 participants