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

Hotfix: Fix prepare_result function calls and add type hints (#701) #737

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

drikusroor
Copy link
Contributor

@drikusroor drikusroor commented Jan 26, 2024

  • Fix: Fix prepare_result function calls in listening_conditions.py by adding key parameter

  • fix: Fix Trial instantiation in ListeningConditions (second parameter is html, see trial.py)

  • refactor: Add type hints to prepare_result function

  • refactor: Include type hints to Trial class constructor

  • Add test cases for ListeningConditions class

  • fix(lint): Fix formatting in trial.py and remove unnecessary lines in test_listening_conditions.py

(cherry picked from commit 6f52358)

Resolves #736

* Fix: Fix prepare_result function calls in listening_conditions.py by adding key parameter

* fix: Fix Trial instantiation in ListeningConditions (second parameter is html, see trial.py)

* refactor: Add type hints to prepare_result function

* refactor: Include type hints to Trial class constructor

* Add test cases for ListeningConditions class

* fix(lint): Fix formatting in trial.py and remove unnecessary lines in test_listening_conditions.py

(cherry picked from commit 6f52358)
@drikusroor drikusroor changed the title Fixed: Fix prepare_result function calls and add type hints (#701) Hotfix: Fix prepare_result function calls and add type hints (#701) Jan 26, 2024
@drikusroor drikusroor linked an issue Jan 26, 2024 that may be closed by this pull request
@drikusroor drikusroor added the bug Something isn't working label Jan 26, 2024
@drikusroor drikusroor self-assigned this Jan 26, 2024
@drikusroor drikusroor merged commit 9d8cec7 into main Jan 26, 2024
8 checks passed
@drikusroor drikusroor deleted the fix/736-prepare-result-session branch January 26, 2024 11:00
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

Successfully merging this pull request may close these issues.

The ListeningConditions experiment is broken on production
1 participant