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

self.train_y0 not found when setting model to LinReg #50

Open
Mustardburger opened this issue Jun 21, 2023 · 0 comments
Open

self.train_y0 not found when setting model to LinReg #50

Mustardburger opened this issue Jun 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Mustardburger
Copy link
Collaborator

When setting the model option in the json config file to LinReg, the program throws an error of self.train_y0 not being defined. This is because self.train_y0 is only defined when the model is set to CellBox, as the build function in CellBox instantiates self.train_y0. Otherwise, in other models, self.train_y0 is never instantiated. This also applies to self.monitor_y0 and self.eval_y0.

@Mustardburger Mustardburger added the bug Something isn't working label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants