-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add all missing analyses config fields #426
Add all missing analyses config fields #426
Conversation
True. this is simpler. I think we can apply these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question, Changing it to flex won't shrink the content when we scroll?
@@ -551,6 +557,7 @@ const Settings: React.FC = () => { | |||
{displayToggleSectionTitle("similarity", "Similarity")} | |||
{getAnalysesCustomization("similarity")} | |||
{displayToggleSectionTitle("behavioral_testing", "Perturbation Testing")} | |||
{getAnalysesCustomization("behavioral_testing")} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not hide the section if behavioral testing is null? Do we display default config values if it's null?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I was waiting for your input here before changing that. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I'm so sorry I did not respond there. Yes, I do prefer hiding the content; but we disable in similarity and postprocessor. I can handle that disabling part if we are going to follow the pattern of similarity and postprocessor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure, we can ask for clarification. True, disable feature is not added to the read-only part.
Description:
Add to the config page all the fields that were missing from the syntax, similarity, and behavioral testing sections.
Checklist:
You should check all boxes before the PR is ready. If a box does not apply, check it to acknowledge it.
ran
pre-commit run --all-files
at the end.our users.
README
files and our wiki for any big design decisions, if relevant.