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

Archive Structure #283

Merged
merged 9 commits into from
Mar 20, 2023
Merged

Archive Structure #283

merged 9 commits into from
Mar 20, 2023

Conversation

joelridden
Copy link
Contributor

Adding functions to support new archive structure

Comment on lines 7 to 9
def get_fault_from_realisation(realisation: str):
"""Gets the fault name from the realisation name"""
return realisation.rsplit("_REL", 1)[0]
Copy link
Contributor

Choose a reason for hiding this comment

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

If this function is already in simulation structure, it should be imported instead of re-written. To make sure they do the same thing

jpa198
jpa198 previously approved these changes Mar 15, 2023
sungeunbae
sungeunbae previously approved these changes Mar 15, 2023
@joelridden joelridden dismissed stale reviews from sungeunbae and jpa198 via 176068e March 16, 2023 23:36
jpa198
jpa198 previously approved these changes Mar 17, 2023
@joelridden joelridden merged commit 13130de into master Mar 20, 2023
@joelridden joelridden deleted the archive_structure branch March 20, 2023 22:24
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.

3 participants