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

Inbuilt on-the-fly transformation to set box dimensions #2691

Closed
lilyminium opened this issue May 22, 2020 · 0 comments · Fixed by #3175
Closed

Inbuilt on-the-fly transformation to set box dimensions #2691

lilyminium opened this issue May 22, 2020 · 0 comments · Fixed by #3175

Comments

@lilyminium
Copy link
Member

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.

def set_dimensions(ts, dimensions):
    ts.dimensions = dimensions
    return ts

or similar.

Describe alternatives you've considered

Additional context

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

Successfully merging a pull request may close this issue.

1 participant