radical-collaboration / IMPRESS

Integrated Machine-learning for PRotEin Structures at Scale
https://radical-project.github.io/impress
1 stars 0 forks source link

Update prev_score assignment #10

Closed AymenFJA closed 1 month ago

AymenFJA commented 1 month ago

Instead of referencing the value of prev_score when assigning it to it, we should use copy.deepcopy. This will prevent cases where the value of prev_score is manipulated.

mtitov commented 1 month ago

Resolved