Skip to content

Commit

Permalink
remove errant csv
Browse files Browse the repository at this point in the history
remove errant csv output for  inputted ephemeris
  • Loading branch information
mschwamb committed Nov 26, 2024
1 parent 2d54e45 commit 243daf4
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 @@ -177,7 +177,6 @@ def runLSSTSimulation(args, configs):
if configs["ephemerides_type"].casefold() == "external":
verboselog("Reading in chunk of orbits and associated ephemeris from an external file")
observations = reader.read_block(block_size=configs["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=configs["size_serial_chunk"])
Expand Down

0 comments on commit 243daf4

Please sign in to comment.