-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[bindings] Re-enable some gym test cases on macOS #22112
Merged
sammy-tri
merged 1 commit into
RobotLocomotion:master
from
jwnimmer-tri:numpy2-reenable-tests
Nov 6, 2024
Merged
[bindings] Re-enable some gym test cases on macOS #22112
sammy-tri
merged 1 commit into
RobotLocomotion:master
from
jwnimmer-tri:numpy2-reenable-tests
Nov 6, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jwnimmer-tri
added
priority: low
status: single reviewer ok
https://drake.mit.edu/reviewable.html
release notes: none
This pull request should not be mentioned in the release notes
labels
Nov 1, 2024
jwnimmer-tri
force-pushed
the
numpy2-reenable-tests
branch
from
November 2, 2024 16:48
b035c85
to
b3ee1b7
Compare
+@sammy-tri for both reviews per schedule, please. |
sammy-tri
reviewed
Nov 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: complete! all discussions resolved, LGTM from assignee sammy-tri(platform)
cohnt
added a commit
to cohnt/drake
that referenced
this pull request
Nov 7, 2024
Merge remote-tracking branch 'upstream/master' into gcs-preprocessing-parallel [tools] Suppress more Valgrind false positives in MOSEK (RobotLocomotion#22140) Update parsing infrastructure (RobotLocomotion#22102) 1. MultibodyPlant::RegisterVisualGeometry() can now take a GeometryInstance. - Clean up documentation. - Extend tests to include what is *actually* done. 2. SDF parser makes use of new API. - Stop returning optional<unique_ptr<>> (simply return the unique ptr). - Instead of constructing, deconstructing, and reconstructing geometry instances, we just pass the instance. [schema] Add Rotation::Sample (RobotLocomotion#22113) This bring it on par with Transform::Sample. Move the warning on small-size PSD matrix to each solver backend. (RobotLocomotion#22136) [solvers] Fix Gurobi console logging config to happen first (RobotLocomotion#22134) [bindings] Re-enable some gym test cases on macOS (RobotLocomotion#22112) [drake_gym] Add info_handler callback (RobotLocomotion#21900) Set gradient sparsity pattern in LorentzConeConstraint and RotatedLorentzConeConstraint. (RobotLocomotion#22125) Merge master. Drop a TODO. Fix bug when inadvertantly trying to preprocess edges into the start and goal vertex. Hold a limited number of programs in memory at one time. Move the construction of the preprocessing program to a separate function for better portability. Merge up-to-date version of SolveInParallel. Merge in preprocessing solver options behavior from branch. wip lint Use the preprocessing solver options even if a specific preprocessing solver is not specified. Fix another segfault. Bring back the parallelization, revealing the segfault. Update this test to reflect the new error message. First pass at parallelizing PreprocessShortestPath. Fix a segfault when initial_guesses is unset. Temporarily disable the parallelism for debugging. finalize interface wip
RussTedrake
pushed a commit
to RussTedrake/drake
that referenced
this pull request
Dec 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: low
release notes: none
This pull request should not be mentioned in the release notes
status: single reviewer ok
https://drake.mit.edu/reviewable.html
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This involves deferring the import of the non-hermetic dumpster fire known as
matplotlib.pyplot
until it is needed, so that unit tests are not exposed to it.Closes #21577.
This change is