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

Enforce at least one output column for CCA #525

Closed
alexsielicki opened this issue Nov 5, 2015 · 1 comment
Closed

Enforce at least one output column for CCA #525

alexsielicki opened this issue Nov 5, 2015 · 1 comment

Comments

@alexsielicki
Copy link
Collaborator

The new and rerun CCA wizard allows no output columns to be selected. We should probably enforce that in the UI, otherwise the model is created but is corrupt and shows this error message:

Traceback (most recent call last):
  File "/home/slycat/src/slycat/web-server/plugins/slycat-cca/slycat-cca.py", line 30, in compute
    raise Exception("CCA model requires at least one output column.")
Exception: CCA model requires at least one output column.
@alexsielicki
Copy link
Collaborator Author

Number of inputs must also be at least one.

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

No branches or pull requests

1 participant