DavidBrainard / RenderToolbox3

Matlab toolbox for managing graphics rendering for psychophysics
MIT License
11 stars 4 forks source link

Generate new example scene outputs for comparison. #16

Closed benjamin-heasly closed 11 years ago

benjamin-heasly commented 11 years ago

It's been a while since I generated fixture outputs from all the example scenes. Since then, a lot has changed under the hood, and there are several new scenes.

The new TestAllExampleScenes() and CompareAllExampleScenes() should make this easy. But it will take hours to run.

benjamin-heasly commented 11 years ago

This probably corresponds to a new release. So I'll also want to check the wiki and the docs and make new tags...

benjamin-heasly commented 11 years ago

I added lots of new outputs for 21 Feb. 2013.

benjamin-heasly commented 11 years ago

I can't push the new outputs to GitHub! Probably because this is a large commit. SourceTree gives me this error:

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master Pushing to https://github.com/DavidBrainard/RenderToolbox3.git POST git-receive-pack (chunked) error: RPC failed; result=22, HTTP code = 413 fatal: The remote end hung up unexpectedly fatal: The remote end hung up unexpectedly To https://github.com/DavidBrainard/RenderToolbox3.git = [up to date] v0.1 -> v0.1 = [up to date] v0.1-docs -> v0.1-docs Everything up-to-date Completed with errors, see above

benjamin-heasly commented 11 years ago

I tried the advice from this Stack Overflow discussion: http://stackoverflow.com/questions/2702731/git-fails-when-pushing-commit-to-github

of choosing a larger http post buffer in the repository settings:

git config http.postBuffer 524288000

This did not change the result!

benjamin-heasly commented 11 years ago

I tried another common suggestion, of using SSH instead of HTTP to access GitHub.

I used these instructions to generate an SSH key pair: https://help.github.com/articles/generating-ssh-keys

benjamin-heasly commented 11 years ago

This finally worked. 9542e9ef280025a6b296f127877531f61f006cd6 contains lots of new example outputs. It's huge.