Skip to content

Commit

Permalink
Missed changing one gs_interpreter to the multiprocessing list.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwwalter committed Jul 12, 2018
1 parent a0c6d84 commit d38c96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/desc/imsim/ImageSimulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def _make_gs_interpreters(self, seed, sensor_list, file_id):
self.obs_md)

if self.create_centroid_file is True:
self.gs_interpreter.centroid_base_name = self.outdir + '/' \
+ self.config['persistence']['centroid_prefix']
self.gs_interpreters[det_name].centroid_base_name = self.outdir \
+ '/' + self.config['persistence']['centroid_prefix']

@staticmethod
def checkpoint_file(file_id, det_name):
Expand Down

0 comments on commit d38c96e

Please sign in to comment.