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

PEP8 in sims #884 #983

Closed
wants to merge 8 commits into from
Closed

Conversation

theaverageguy
Copy link
Contributor

Fixes #884

@@ -66,7 +68,7 @@ def test_add_noise():
N = 50
S0 = 100

options = dict(func=f,
options=dict(func=f,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was actually fine before, I believe.

@arokem
Copy link
Contributor

arokem commented Mar 21, 2016

Thanks. A few small comments.

@theaverageguy
Copy link
Contributor Author

Fixed both.

@@ -78,7 +80,7 @@ def test_add_noise():
vol = orbital_phantom(gtab, **options)

for snr in [10, 20, 30, 50]:
vol_noise = orbital_phantom(gtab, snr=snr, **options)
vol_noise = orbital_phantom(gtab, snr = snr, **options)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry - missed this one before. This = shouldn't have whitespace around it.

@arokem
Copy link
Contributor

arokem commented Mar 21, 2016

Real close here. One more teensy comment.

@theaverageguy
Copy link
Contributor Author

Fixing it in 5!

@arokem
Copy link
Contributor

arokem commented Mar 23, 2016

Did you get a chance to fix this one?

@arokem
Copy link
Contributor

arokem commented Mar 28, 2016

This one needs a rebase.

@arokem
Copy link
Contributor

arokem commented Apr 4, 2016

Hey @theaverageguy : mind giving this one a rebase? It's got some conflicts with other things that got merged into master since.

@arokem
Copy link
Contributor

arokem commented Oct 21, 2016

I assume this has been abandoned, but feel free to reopen if you still want to work on this.

@arokem arokem closed this Oct 21, 2016
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

Successfully merging this pull request may close these issues.

2 participants