ivoa / ProposalDM

A Data model for exchanging information related to observing proposals
2 stars 0 forks source link

The base example proposal cycle dates are in the past #8

Closed AllanEngland closed 1 month ago

AllanEngland commented 1 month ago

The BaseExample class has a ProposalCycle with hard coded dates and as such, they're now in the past.

It would be better if future dates (relative to the time of testing) are used. This will make the cycle deadline and observing times more realistic, and potentially valid in any other tests that use current dates.

AllanEngland commented 1 month ago

This change can be applied further along in the use of the BaseExample, rather than its initial definition.