-
Notifications
You must be signed in to change notification settings - Fork 22
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
snake_case and ra_dec_error #132
snake_case and ra_dec_error #132
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You now have two copies of every file (e.g. Alert.schema.json
and alert.schema.json
). Please remove the uppercase copy.
Duplicated with alert, due to case-insensitive issue in git
Got duplicated, due to case-insensitive issue in git!
Got duplicated, due to case-insensitive issue in git!
Got duplicated, due to case-insensitive issue in git!
Done. It looked like was related with case-insensitive filename in GitHub. |
Two corrections were needed:
(a) We use snake_case convention (CamelCase is for Core Schema), thus all schema should begin with a lowercase letters.
(b) Uncertainty property is updated as ra_dec_error in Localization Core Schema.
(In continuation of #130 ...)