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(gym): info returned was always {} when stepping #16

Merged
merged 2 commits into from
Jan 6, 2024

Conversation

justindujardin
Copy link
Member

  • this manifested in mathy CLI where the swarm solver was broken because it relied on inspecting the returned info for terminal information

Copy link

codecov bot commented Jan 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0fd1355) 94.56% compared to head (a97a392) 94.56%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   94.56%   94.56%           
=======================================
  Files          27       27           
  Lines        1140     1140           
=======================================
  Hits         1078     1078           
  Misses         62       62           

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

@justindujardin justindujardin merged commit 5f6a539 into master Jan 6, 2024
8 checks passed
@justindujardin justindujardin deleted the fix/gym_step_info branch January 6, 2024 00:54
github-actions bot pushed a commit that referenced this pull request Jan 6, 2024
## [0.12.1](v0.12.0...v0.12.1) (2024-01-06)

### Bug Fixes

* **gym:** info returned was always {} when stepping ([#16](#16)) ([5f6a539](5f6a539))
Copy link

github-actions bot commented Jan 6, 2024

🎉 This PR is included in version 0.12.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant