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

Fix optimization for trajectories with extra keyword args #80

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

goerz
Copy link
Member

@goerz goerz commented Sep 11, 2024

An internal Trajectory was constructed incorrectly. This was causing an error for trajectories with extra keyword arguments

An internal `Trajectory` was constructed incorrectly.  This was causing
an error for trajectories with extra keyword arguments
@goerz goerz added the bug Something isn't working label Sep 11, 2024
@goerz goerz merged commit 8e54fbf into master Sep 11, 2024
3 checks passed
@goerz goerz deleted the fix-traj branch September 11, 2024 12:02
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.6%. Comparing base (c65c854) to head (8e54fbf).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master     #80   +/-   ##
======================================
  Coverage    87.6%   87.6%           
======================================
  Files           7       7           
  Lines         586     586           
======================================
  Hits          513     513           
  Misses         73      73           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant