Skip to content

Commit

Permalink
Fix text by adding rupture_dict to read rupture file
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinaYepes committed Jan 3, 2024
1 parent 317cd8a commit 3b9bfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get_rupture_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OqP:
inputs = {'rupture_model': ""}
rupture_mesh_spacing = 2.0
ses_seed = 69

rupture_dict = None

def repture_xml_to_df(filepath, add_geometry=False):
'''
Expand Down

0 comments on commit 3b9bfb5

Please sign in to comment.