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

MulensData._get_name() does not check for string #158

Open
jenniferyee opened this issue Dec 3, 2024 · 0 comments
Open

MulensData._get_name() does not check for string #158

jenniferyee opened this issue Dec 3, 2024 · 0 comments

Comments

@jenniferyee
Copy link
Collaborator

Ran into an issue today where I created a MulensData object with plot_properties = {'label': 224}. Because this number is an int, repr does not work properly (it assumes a string). This could be easily solved by returning str(name) instead of just name in _get_name() at L184.

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