NREL / disco

DISCO
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Upgrades module generated duplicate line names #162

Closed daniel-thom closed 1 year ago

daniel-thom commented 1 year ago

The GitHub CI tests on Windows failed because the upgrades module generated duplicate line names. That occurred because the same timestamp (in microseconds) was returned by the system clock in successive iterations of a for loop. The issue had never been observed elsewhere and is likely tied to the virtual machine being used for the test.

daniel-thom commented 1 year ago

Fixed by #161