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

test cleanUp on Mac #2

Open
Remi-Gau opened this issue May 1, 2020 · 4 comments
Open

test cleanUp on Mac #2

Remi-Gau opened this issue May 1, 2020 · 4 comments

Comments

@Remi-Gau
Copy link
Contributor

Remi-Gau commented May 1, 2020

No description provided.

Remi-Gau added a commit that referenced this issue Jul 22, 2020
change to keyboards function and defaults
@Remi-Gau
Copy link
Contributor Author

@marcobarilari I might be wrong but I think this is fixed.

I think this was due to a faulty call SkipSyncTest.

At least for me I can run my scripts more than once without having octave crash.

@marcobarilari
Copy link
Collaborator

marcobarilari commented Jul 27, 2020

I would say yes if this is the master version of it.

clear Screen run on my computer will badly crash matlab with the subsequent attempt to run a PTB code.

But I am curious if it is a common thing on macs or only on mine, in the second case it is my problem and this part

if ~ismac
        % remove PsychDebugWindowConfiguration
        clear Screen;
end

might go away cause it does not make sense. @CerenB do you have the same problem? To test it you can just run clear Screen in the console and then run devSandbox.

@CerenB
Copy link
Collaborator

CerenB commented Jul 27, 2020

@marcobarilari I've ran the following:

clear Screen
devSandbox

very nice grids, no crashing!

@marcobarilari
Copy link
Collaborator

damn it, I break every computer.....

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

3 participants