openego / eGon-data

GNU Affero General Public License v3.0
10 stars 4 forks source link

Mitigate `next_etrago_id` collisions #927

Open gnn opened 2 years ago

gnn commented 2 years ago

Don't know whether there are any open issues which this PR solves, but it should help with next_etrago_id collisions by generating IDs randomly in a manner which is relatively unlikely to generate collisions.

Before merging into dev-branch, please make sure that

None of the above has happened yet, but I'll do so before the PR gets merged. I'll also assign reviewers, but since it's better to assign individual reviewers to specific commits, I'll do that later, too.

nesnoj commented 1 year ago

@gnn You said last week it ran successfully in test mode? Does this PR contain the latest code? I'd like to give it a try for DE on a RLI instance, do you think it's mature enough?