We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A common source of frustration is not having user-set dimensions persist across a trajectory.
Have an in-built trajectory transformation that you could use to accomplish that.
def set_dimensions(ts, dimensions): ts.dimensions = dimensions return ts
or similar.
The text was updated successfully, but these errors were encountered:
Add Transformation to set box dimensions (#3175)
7618445
Fixes #2691 Co-authored-by: Lily Wang <[email protected]> Co-authored-by: Irfan Alibay <[email protected]>
Successfully merging a pull request may close this issue.
Is your feature request related to a problem?
A common source of frustration is not having user-set dimensions persist across a trajectory.
Describe the solution you'd like
Have an in-built trajectory transformation that you could use to accomplish that.
or similar.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: