1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

from __future__ import absolute_import 

 

from .common import grond, run_in_project 

 

 

def test_clustering(): 

 

def main(env, rundir_path): 

grond('cluster', 'dbscan', rundir_path) 

 

run_in_project( 

main, 

project_dir_source='example_regional_cmt_full', 

project_dir='example_regional_cmt_full_clustering', 

event_name='gfz2018pmjk', 

config_path='config/regional_cmt_ampspec.gronf')