Skip to content

Commit

Permalink
Updated remaining examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rmodrak committed Oct 25, 2023
1 parent 03be648 commit cf746bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_HMC_DoubleCouple.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
data = read(path_data, format='sac',
event_id=event_id,
station_id_list=station_id_list,
tags=['units:cm', 'type:velocity'])
tags=['units:m', 'type:velocity'])


data.sort_by_distance()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_HMC_FullMomentTensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
data = read(path_data, format='sac',
event_id=event_id,
station_id_list=station_id_list,
tags=['units:cm', 'type:velocity'])
tags=['units:m', 'type:velocity'])


data.sort_by_distance()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_greens_SPECFEM3D_SAC.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
data = read(path_data, format='sac',
event_id=event_id,
station_id_list=station_id_list,
tags=['units:cm', 'type:velocity'])
tags=['units:m', 'type:velocity'])


data.sort_by_distance()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_greens_SPECFEM3D_SGT.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
data = read(path_data, format='sac',
event_id=event_id,
station_id_list=station_id_list,
tags=['units:cm', 'type:velocity'])
tags=['units:m', 'type:velocity'])


data.sort_by_distance()
Expand Down

0 comments on commit cf746bd

Please sign in to comment.