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

Add possibility to disable saving of data #17

Open
jgosmann opened this issue Jun 14, 2017 · 1 comment
Open

Add possibility to disable saving of data #17

jgosmann opened this issue Jun 14, 2017 · 1 comment

Comments

@jgosmann
Copy link

Sometimes I don't want to save the data. For example in test runs to see wether the model runs successfully at all, but I don't care about the exact data. Also, I tend to run larger number of trials with psyrun on Sharcnet where I call the PyTry class from code and take care myself of all data saving.

@tcstewar
Copy link
Owner

You can get this behaviour right now with --data_dir None (or data_dir=None from Python). I'm not quite sure this is the best syntax (since it means that you can't set the data_dir to be "None" (the string) from the command line, which is a little odd, but I can't see anyone actually wanting to do that....

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

2 participants