ENH: Add function to get parameters from stimuli, which you can use to recreate it#6801
Merged
TEParsons merged 6 commits intopsychopy:devfrom Sep 20, 2024
Merged
Conversation
added 2 commits
August 20, 2024 12:47
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #6801 +/- ##
==========================================
+ Coverage 49.62% 49.73% +0.10%
==========================================
Files 332 332
Lines 61218 61294 +76
==========================================
+ Hits 30381 30482 +101
+ Misses 30837 30812 -25
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main use of this is ioHub - because it runs in a separate process, we can't pass object handles directly, so have to recreate any stimuli. Making all stimuli serializable means we can pass a JSON string between processes and use it to recreate the stimulus on the other end, meaning any stimulus is then able to use used in calibration/validation, not just TargetStim.