Skip to content
Snippets Groups Projects
Commit 68087ab4 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Remove unused times

parent f21f5135
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!63Add Readings to test metadata
...@@ -114,9 +114,6 @@ for observatory in OBSERVATORIES: ...@@ -114,9 +114,6 @@ for observatory in OBSERVATORIES:
) )
# add null readings # add null readings
starttime = UTCDateTime("2020-01-01")
endtime = UTCDateTime("2020-01-07")
readings = WebAbsolutesFactory().get_readings( readings = WebAbsolutesFactory().get_readings(
observatory="BOU", observatory="BOU",
starttime=UTCDateTime("2020-01-01"), starttime=UTCDateTime("2020-01-01"),
...@@ -138,6 +135,7 @@ for reading in readings: ...@@ -138,6 +135,7 @@ for reading in readings:
) )
) )
# add residual readings
reading = SpreadsheetAbsolutesFactory().parse_spreadsheet( reading = SpreadsheetAbsolutesFactory().parse_spreadsheet(
"etc/residual/DED-20140952332.xlsm" "etc/residual/DED-20140952332.xlsm"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment