Skip to content

Commit

Permalink
Merge branch 'main' into start_septop
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbaumann authored Jan 10, 2025
2 parents 6dafe6b + 2eb0ec8 commit 2c297c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfecli/commands/gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
from typing import Callable, Literal
import warnings

from openfe.protocols.openmm_rfe.equil_rfe_methods import RelativeHybridTopologyProtocolResult as rfe_result
from openfe.protocols import openmm_rfe
from openfecli import OFECommandPlugin
from openfecli.clicktypes import HyphenAwareChoice

Expand Down Expand Up @@ -204,6 +202,8 @@ def _parse_raw_units(results: dict) -> list[tuple]:

def _get_ddgs(legs:dict, error_on_missing=True):
import numpy as np
from openfe.protocols.openmm_rfe.equil_rfe_methods import RelativeHybridTopologyProtocolResult as rfe_result

DDGs = []
for ligpair, vals in sorted(legs.items()):
set_vals = set(vals)
Expand Down

0 comments on commit 2c297c2

Please sign in to comment.