-
Notifications
You must be signed in to change notification settings - Fork 25
feat: pairwise source variables #1361
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
Conversation
| // Then | ||
| PairwiseLinks lunaticPairwise = assertInstanceOf(PairwiseLinks.class, | ||
| ((Question) lunaticQuestionnaire.getComponents().get(2)).getComponents().getFirst()); | ||
| assertEquals("PRENOM", lunaticPairwise.getSourceVariables().getName()); |
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.
You do not check gender too?
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.
was missing in my input questionnaire before I manually added it, then forgot.
Thanks I'll add it
|
👋 Image 3.60.0-b9de379 deployed on docker hub |
|
|
Already include in #1364 |



requires: