-
Notifications
You must be signed in to change notification settings - Fork 132
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
Undefined variable in _generate_output_format #57
Comments
Duplicate of #50? Did you try the master branch?
#51 also adds a section for this in the example notebooks, there are no tests other than that. If you have an idea how to implement proper tests, I'd love to see a PR for that! |
Yes, duplicate. Proper tests should test each function. Given specific inputs, the function |
I know what tests are, but I didn't have the time or energy to implement proper automated tests yet and won't have in the foreseeable future. I'd be happy to get a PR, though. In the meantime, the notebooks in the documentation serve as non-automated tests and they should cover most of the features. If there is something missing, again, I'm looking forward to PRs! |
I just made a new release (0.2.9), does it solve the issue? |
I ran into an issue where
latex_datatype
wasn't defined in_generate_output_type
when running a nbsphinx on a precomputed notebook.This code appears to be untested; all code should be tested.
The text was updated successfully, but these errors were encountered: