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: Remove deprecated verbosity from examples #427

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

mferrera
Copy link
Collaborator

The example scripts generated warnings about passing the deprecated verbosity keyword and the docs also referenced it. The scripts were modified to set the logging level to WARNING which seems a reasonable example for users to follow as INFO may be more than they care about.

The example scripts generated warnings about passing the deprecated
`verbosity` keyword to dataio and the docs also referenced it. The
scripts were modified to set the logging level to `WARNING` which seems
a reasonable example for users to follow as INFO may be more than they
care about.
Comment on lines 219 to +220
-- as comments by ERT if not wrapped in quotes. This is the syntax to use:
-- (existing arguments) "--sumo" "--sumo_env" dev "--verbosity" DEBUG
-- (existing arguments) "--sumo" "--sumo_env" dev
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This has already been removed from the example in Drogon

@mferrera mferrera self-assigned this Jan 24, 2024
@mferrera
Copy link
Collaborator Author

mferrera commented Jan 24, 2024

A general question: in the example case, realization 0 has more stuff than the other realizations, e.g. it has any/ and two additional scripts in rms/bin/. Is this intentional, should the other example realizations be brought up to parity with it?

@@ -96,6 +96,8 @@ venv.bak/

# setuptools_scm version
src/fmu/dataio/version.py
# aggregated examples directory
examples/s/d/nn/xcase/iter-0/
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be moved out of this repository. As others will start to rely upon this repository will be anying for them that we "blot" it with unnecessary files (~90mb).

@mferrera mferrera merged commit 624d693 into equinor:main Jan 24, 2024
12 checks passed
@mferrera mferrera deleted the resolve-warnings branch January 24, 2024 09:22
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.

2 participants