Closed ismael-mendoza closed 8 years ago
It looks like you changed the file mode of everything under notebooks/
from 100644 to 100755, i.e., adding the execute bit. Was that intentional? I don't think this bit should be set.
Have you checked that the TutorialIntroduction notebook runs and gives the same output in your branch?
Just ran the tutorial and I get the same output in my branch. Should be ready to merge!
It doesn't look like your file permission changes had any effect. Can you try this recipe?
Recipe does not seem to work. Or maybe I am missing something when I execute it. Thanks!
I think I just got it by running:
git update-index --chmod=-x *
Inside the notebooks/ directory
You missed notebooks/.gitignore
(since *
ignores dot files).
Thanks! just changed it, hadn't realized this.
I have just done the merge, but there are some problems with the sphinx docs that I am troubleshooting now...
@ismael2395 You added the following import to render.py
which is causing problems:
import matplotlib.pyplot as plt
It looks like this is never used so I can safely remove it?
I think you can safely remove that line - I probably added this to debug at some point.
Pull request to merge that includes Fisher Formalism Bias calculations.