Skip to content

Commit

Permalink
multiprocess true
Browse files Browse the repository at this point in the history
  • Loading branch information
rizac committed Jul 19, 2023
1 parent 1d1cf12 commit fba1a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mecompute/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def _compute_station_me(outfile, dburl, segments_selection, p_config=None):
append=False, writer_options=writer_options,
dburl=dburl, verbose=True,
config=p_config, logfile=logfile,
multi_process=False, chunksize=None)
multi_process=True, chunksize=None)


def _write_quekeml(dest_file, event_url, me, me_u=None, me_stations=None,
Expand Down

0 comments on commit fba1a58

Please sign in to comment.