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

Error unused argument newpid in 24.2_BehavioralLearningExperiment.R #133

Open
sam0per opened this issue May 2, 2018 · 0 comments
Open

Comments

@sam0per
Copy link

sam0per commented May 2, 2018

Hi there,

I have found an error in line 55 of the script 24.2_BehavioralLearningExperiment.R

code

frame = data.frame(x1=0:(n.trials-1),y1=test(y.sim[,,],newpid=newpid))

error

Error in test(y.sim[, , ], newpid = newpid) : 
  unused argument (newpid = newpid)

I am not really sure what newpidis supposed to mean, can somebody help me to figure this out?

ps:
I also found a typo in line 28 of the same script:
n.schok.rep must be replaced with n.shock.rep

Samuel

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

No branches or pull requests

1 participant