-
Notifications
You must be signed in to change notification settings - Fork 51
#103: Improve demo of "harmonisation of response options" in Jupyter walkthrough #111
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
base: main
Are you sure you want to change the base?
Conversation
|
I could perhaps modify create_instrument_from_list to have an optional parameter that allows you to specify response options as well? Then I could add response options to the Norwegian GAD-7 instrument in the demonstration which would yield a more interesting matrix. |
|
Hey @michelle-a-bryson, thanks for the PR! The test
Could you please update the That should resolve the failing test. Let me know if you need any help — thanks again! |
|
Thanks so much Michelle - I have been checking this PR but I can't currently merge it because I am not entirely sure why we have the parameter |
Description
Add to demo of response options similarity in Jupyter walkthrough. With this change, the response options are displayed under each question. I have yet to save this change to Colab as I am running into the issue in #99.
Fixes #103
Type of change
Please delete options that are not relevant.
Testing
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Since the Harmony Python package is used by the Harmony API (which is itself used by the R library and the web app), we need to avoid making any changes that break the Harmony API. Please also run the Harmony API unit tests and check that the API still runs with your changes to the Python package: https://github.com/harmonydata/harmonyapi
Test Configuration
Checklist
requirements.txt,pyproject.tomland also in therequirements.txtin the API repo