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

WIP: first ideas of how to make TrialHandler2 that can create future … #6346

Closed

Conversation

peircej
Copy link
Member

@peircej peircej commented Apr 3, 2024

…trials

The basic concept is to store a copy of the expected state at each point in time as if that was our current position.

We would then generate the trialHandler.sequence and use that to extract thisTrial info

…trials

The basic concept is to store a copy of the expected `state`
at each point in time as if that was our current position.

We would then generate the `trialHandler.sequence` and use that to
extract thisTrial info
@peircej peircej requested a review from TEParsons April 3, 2024 10:48
@TEParsons TEParsons marked this pull request as draft April 3, 2024 10:49
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

Merging #6346 (92ea7cb) into dev (bc05199) will decrease coverage by 0.05%.
Report is 1 commits behind head on dev.
The diff coverage is 17.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #6346      +/-   ##
==========================================
- Coverage   51.86%   51.81%   -0.05%     
==========================================
  Files         335      335              
  Lines       61735    61754      +19     
==========================================
- Hits        32017    31996      -21     
- Misses      29718    29758      +40     
Components Coverage Δ
app ∅ <ø> (∅)
boilerplate ∅ <ø> (∅)
library ∅ <ø> (∅)
vm-safe library ∅ <ø> (∅)

@TEParsons
Copy link
Contributor

Closing in favour of #6408 (which is based off of this)

@TEParsons TEParsons closed this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants