coleygroup / molpal

active learning for accelerated high-throughput virtual screening
MIT License
159 stars 36 forks source link

remove deprecated virtual_screen args #26

Closed davidegraff closed 2 years ago

davidegraff commented 2 years ago

Description

The most recent version of pyscreener deprecated 2 arguments from ps.virtual_screen. This PR brings MolPAL's DockingObjective up to date with this.

Example / Current workflow

The current DockingObjective will crash on initialization due to a TypeError because 2 additional arguments were provided.

Bugfix / Desired workflow

I removed those 2 deprecated arguments (repeat_score_mode and repeats)

Relevant issues

This was raised in #38 on the pyscreener repo.

Checklist