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

test notebook issues a warning when episode_functions are imported #218

Open
abostroem opened this issue Jan 3, 2024 · 0 comments
Open

Comments

@abostroem
Copy link
Contributor

What is the problem?

When cell 8 is run:

from episode_functions import *

an error is issued regarding the latex formatting in lines 127 and 128 of episode_functions.py. An r should be added before the open quotes on both lines

plt.xlabel(r'$\phi_1$ [deg]')
plt.ylabel(r'$\phi_2$ [deg]')

and a new zip file built

Location of problem (optional)

https://github.com/datacarpentry/astronomy-python/blob/main/student_download/episode_functions.py#L127

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

No branches or pull requests

1 participant