Skip to content

Commit

Permalink
Remove call to close_centroid_files
Browse files Browse the repository at this point in the history
The code in close_centroid_files in sims_GalSimInterface was moved
into write_centroid_files.
  • Loading branch information
cwwalter committed Jul 15, 2018
1 parent 4b674d3 commit 25b9aeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/desc/imsim/ImageSimulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ def __call__(self, gs_objects):

# Write out the centroid files if they were made.
gs_interpreter.write_centroid_files()
gs_interpreter.close_centroid_files()


# # The image for the sensor-visit has been drawn, so delete the
# # checkpoint file.
Expand Down

0 comments on commit 25b9aeb

Please sign in to comment.