-
Notifications
You must be signed in to change notification settings - Fork 13
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
Model name fixes #156
Model name fixes #156
Conversation
Update sphinx docs about models, modules, and odm2models
Release/0.7.1
There might be a lot of consequences. Looping @emiliom to please test out and review. |
First, a note about personnel changes: @lsetiawan is no longer working on ODM2. @ocefpaf has very limited involvement, and issues involving odm2api details (as opposed to packaging) are outside his domain anyway. @darksinge I assume you're working with @horsburgh? From what I can tell, this PR really has two parts:
I think it would be cleaner to accomplish this in two separate steps rather than conflating the two distinct parts. But from what I can tell (by comparing the development and master branches, and looking over the model name fixes), everything seems to be fine in this PR. @horsburgh can you chime in to confirm you're ultimately behind this? |
One more thing: |
@emiliom - yes, @darksinge is working for me and has made these changes. He's doing some work on the YODA Tools application, which uses ODM2 Python API and noticed these issues that needed to be fixed. If you are OK with us merging these in, we can do it. But, I'm glad you are still watching. We should continue to coordinate our code commits. |
I don't recall the last state of the AppVeyor but the current one is trying to run *nix specific commands.
I recall that @lsetiawan and I got the data base working on some of the repos in the Is |
@horsburgh thanks for chiming in. I'll try to help with odm2api as I can. @ocefpaf thanks for following up on AppVeyor. We definitely expect odm2api to run on Windows. But we most likely don't have the capacity right now to get AppVeyor to work. So, I guess the best path forward for now is to leave it there and ignore its failures. I'll go ahead and merge the PR right now. |
@emiliom, "Identifier" was widely mis-spelled in ODM2.0.0 release, but these have been fixed on the develop branch of the ODM2 repo. See ODM2/ODM2#154. Can you review those changes and align the ODM2 and odm2api repos, making fixes to odm2api? |
@aufdenkampe For the release I'm planning I'm simply going to include the fixes (from this issue) already applied in the development branch, done by someone in Jeff's group mid 2018. I don't have the bandwidth to try to fold in new ones or consider implications of changes to the ODM2 schema (even if they're spelling corrections). The spelling errors corrected in the development branch are errors in odm2api, not in the ODM2 schema. We can discuss goals for a future |
Updated misspelled column names in
odm2api/models.py