Skip to content

Commit

Permalink
Merge pull request #1074 from dirac-institute/remove_temp_file
Browse files Browse the repository at this point in the history
remove errant csv
  • Loading branch information
mschwamb authored Nov 27, 2024
2 parents 6570322 + c8476b9 commit dc89303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sorcha/sorcha.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def runLSSTSimulation(args, sconfigs):
if sconfigs.input.ephemerides_type.casefold() == "external":
verboselog("Reading in chunk of orbits and associated ephemeris from an external file")
observations = reader.read_block(block_size=sconfigs.input.size_serial_chunk)
observations.to_csv("post_readin_ephem_nonprimary.csv")
else:
verboselog("Ingest chunk of orbits")
orbits_df = reader.read_aux_block(block_size=sconfigs.input.size_serial_chunk)
Expand Down

0 comments on commit dc89303

Please sign in to comment.