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

ENH: Add ExportResult class #882

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

tnatt
Copy link
Collaborator

@tnatt tnatt commented Nov 26, 2024

Establishes an ExportResult object to be returned from the simplified export functions.
This initial implementation simply stores the absolute path to the exported data objects, but can be extended if needed.
closes #800

@tnatt tnatt requested review from mferrera and slangeveld November 26, 2024 12:41
@tnatt tnatt self-assigned this Nov 26, 2024
Copy link
Contributor

@slangeveld slangeveld left a comment

Choose a reason for hiding this comment

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

Nice 👍 One typo

@tnatt tnatt force-pushed the add_export_result_class branch from 0876ada to b3e3ff9 Compare November 26, 2024 14:28
@tnatt tnatt force-pushed the add_export_result_class branch from b3e3ff9 to b022b7c Compare November 26, 2024 14:29
@tnatt tnatt merged commit 7513f39 into equinor:main Nov 26, 2024
13 checks passed
tnatt added a commit that referenced this pull request Jan 2, 2025
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.

Establish an ExportResult object to return from simplified functions
3 participants