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

FIX: Fix bug in writing new schema #996

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

mferrera
Copy link
Collaborator

Resolves #995

This occurred during a short demo. The function handling writing was way too complex and hard to understanding, so it was refactored into a class. Clarified some documentation at the same time.

@mferrera mferrera self-assigned this Feb 12, 2025
@mferrera mferrera requested review from tnatt and joargr February 12, 2025 06:26
5. Update the schemas for production
```bash
./tools/update-schemas --prod
./tools/update-schemas --prod --force
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is where my previous comment should be 🙂

Suggested change
./tools/update-schemas --prod --force
./tools/update-schema --prod --force

Copy link
Collaborator Author

@mferrera mferrera Feb 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know, I lean toward your first comment.. it's probably best to make all the things plural now

Copy link
Collaborator

@tnatt tnatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, using a class here was a nice change 👍

@mferrera mferrera force-pushed the fix-update-schema-tool branch from a59a48b to e42254d Compare February 13, 2025 06:07
@mferrera mferrera force-pushed the fix-update-schema-tool branch from e42254d to f323999 Compare February 13, 2025 06:07
@mferrera mferrera merged commit eb740eb into equinor:main Feb 13, 2025
14 checks passed
@mferrera mferrera deleted the fix-update-schema-tool branch February 13, 2025 06:17
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

Successfully merging this pull request may close these issues.

Updating fmu_results.json version fails (update-schema tool)
2 participants