mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
add TODOs
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
# turn off formatting since this is mostly vendored code
|
||||
# fmt: off
|
||||
# ruff: noqa: F841 # TODO: address these
|
||||
|
||||
import copy
|
||||
import itertools
|
||||
|
||||
@@ -801,7 +801,7 @@ class RelativeHybridTopologyProtocolUnit(gufe.ProtocolUnit):
|
||||
"protocol"
|
||||
].settings
|
||||
stateA = self._inputs["stateA"]
|
||||
stateB = self._inputs["stateB"]
|
||||
# stateB = self._inputs["stateB"] # TODO: do we need this?
|
||||
mapping = self._inputs["ligandmapping"]
|
||||
|
||||
forcefield_settings: settings.OpenMMSystemGeneratorFFSettings = (
|
||||
|
||||
Reference in New Issue
Block a user