Skip to content

Commit

Permalink
Merge pull request #200 from /issues/122
Browse files Browse the repository at this point in the history
Issues/122
  • Loading branch information
YutoMizutani authored Nov 29, 2018
2 parents a87e2c1 + 1d7f227 commit d7d92c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Examples/CLI/SimpleFR/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/YutoMizutani/OperantKit.git",
"state": {
"branch": null,
"revision": "d64ba72e0927ee343261fae027724253b9433751",
"version": "0.0.26"
"revision": "46c2cbed51f89b8fa5ea95f0bed299aca4f86857",
"version": "0.0.27"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Examples/CLI/journals/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/YutoMizutani/OperantKit.git",
"state": {
"branch": null,
"revision": "d64ba72e0927ee343261fae027724253b9433751",
"version": "0.0.26"
"revision": "46c2cbed51f89b8fa5ea95f0bed299aca4f86857",
"version": "0.0.27"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BrownAndJenkins1968 {
}

let timer = WhileLoopTimerUseCase(priority: .high)
let schedule = AlternativeScheduleUseCase(FT(whiteKeyLightDuration), CRF())
let schedule = DiscreteTrialUseCase(Alt(FT(whiteKeyLightDuration), CRF()))
let responseAction = PublishSubject<Void>()
let startTimerAction = PublishSubject<Void>()
let finishTimerAction = PublishSubject<Void>()
Expand Down

0 comments on commit d7d92c2

Please sign in to comment.