CausalPy
CausalPy copied to clipboard
Remove the `<BLANKLINE>` from doctests when we are able
- The PR #330 fixes some failing doctests. There were a couple of things going on there, but one of the main reasons was because (probably) the progress bar was outputting empty lines.
- Turns out that this is the case and @tomicapretto is already on it with https://github.com/pymc-devs/pymc/pull/7290
- Once this PR is merged and the changes filter through into a new PyMC release, then we can go back to the docstrings and remove all the
<BLANKLINE>instances.