Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gvallarelli committed Nov 9, 2011
1 parent 4364447 commit f9c5d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jobs.py
Expand Up @@ -125,6 +125,7 @@ def test_processing_workflow_setup(self):
expected_eq_events = np.array([eq_internal_point])

self.assertTrue(np.array_equal(expected_eq_events, filtered_eq_sm))
self.assertEqual(sm, first_sm)

def test_gardner_knopoff(self):

Expand All @@ -151,7 +152,6 @@ def test_gardner_knopoff(self):
self.assertTrue(np.array_equal(expected_flag_vector,
self.context.flag_vector))


def test_parameters_gardner_knopoff(self):

self.context.config['eq_catalog_file'] = get_data_path(
Expand Down

0 comments on commit f9c5d94

Please sign in to comment.