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

Index into matrix from function call #798

Open
atbug opened this issue Jan 5, 2024 · 0 comments
Open

Index into matrix from function call #798

atbug opened this issue Jan 5, 2024 · 0 comments

Comments

@atbug
Copy link

atbug commented Jan 5, 2024

I (and probably most people) would prefer

eigvecs(
    a_matrix_with_a_very_very_very_very_very_very_very_very_very_very_very_very_very_very_very_very_long_name
)[:, 1:n]

over

eigvecs(
    a_matrix_with_a_very_very_very_very_very_very_very_very_very_very_very_very_very_very_very_very_long_name
)[
    :,
    1:n
]

Is there anyway to enforce the first formatting?

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

No branches or pull requests

1 participant