NREL / disco

DISCO
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Upgrades module generated duplicate line names #162

Closed daniel-thom closed 2 years ago

daniel-thom commented 2 years 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 2 years ago

Fixed by #161