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

Filter smry/smry_meta in ReservoirSimulationTimeSeriesRegional at initialization #44

Open
asnyv opened this issue May 31, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@asnyv
Copy link
Collaborator

asnyv commented May 31, 2020

Can add something like this at the end of __init__() to marginally reduce time to filter later on.

self.smry=self.smry[["ENSEMBLE", "DATE", "REAL"]+self.smry_cols]
self.smry_meta=self.smry_meta[["ENSEMBLE", "DATE", "REAL"]+self.smry_cols]
@asnyv asnyv added the good first issue Good for newcomers label May 31, 2020
@anders-kiaer anders-kiaer moved this to Backlog 📝 in Webviz Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Backlog 📝
Development

No branches or pull requests

1 participant