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

Some symbols incorrectly rendering in notebook example docs #564

Open
ddobie opened this issue Aug 16, 2024 · 0 comments
Open

Some symbols incorrectly rendering in notebook example docs #564

ddobie opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@ddobie
Copy link
Collaborator

ddobie commented Aug 16, 2024

See e.g. here https://vast-survey.org/vast-tools/notebook-examples/vast-pipeline-example/

where the query string is rendering as

my_query_string = (
    "n_measurements >= 3 "
    "& n_selavy >= 2 "
    "& n_neighbour_dist > 1./60. "
    "& 0.8 < avg_compactness < 1.4 "
    "& n_relations == 0"
    "& max_snr >= 7.0"
)

when it should be

my_query_string = (
    "n_measurements >= 3 "
    "& n_selavy >= 2 "
    "& n_neighbour_dist >= 1./60. "
    "& 0.8 < avg_compactness < 1.4 "
    "& n_relations == 0"
    "& max_snr >= 7.0"
)
@ddobie ddobie added bug Something isn't working documentation Improvements or additions to documentation labels Aug 16, 2024
@ddobie ddobie self-assigned this Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant