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

Warn about latent inside a Vec.map #477

Open
avibryant opened this issue Feb 6, 2020 · 1 comment
Open

Warn about latent inside a Vec.map #477

avibryant opened this issue Feb 6, 2020 · 1 comment
Labels

Comments

@avibryant
Copy link
Collaborator

The semantics of that can be unclear: was the intent to create a separate latent variable per row in the Vec, or (as will more likely occur) a single one that gets used in the entire vec?

@avibryant avibryant added the .core label Feb 9, 2020
@avibryant
Copy link
Collaborator Author

Should also warn when doing this inside a generator.

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

No branches or pull requests

1 participant