Skip to content

Commit

Permalink
Remove prv_procOrder
Browse files Browse the repository at this point in the history
We're removing this from APDB because we now have time_processed, so don't try
to use it in tests either.
  • Loading branch information
parejkoj committed May 18, 2023
1 parent 84f6a1b commit dca0b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def makeDiaSources(nSources, diaObjectIds, exposure, randomizeObjects=False):
"diaObjectId": objId,
"ssObjectId": 0,
"parentDiaSourceId": 0,
"prv_procOrder": 0,
"diaSourceId": idx + 1,
"midPointMjd": midPointMjd + 1.0 * idx,
"band": exposure.getFilter().bandLabel,
Expand Down

0 comments on commit dca0b4e

Please sign in to comment.