Small fix

This commit is contained in:
hannahbaumann
2026-05-28 15:41:34 +02:00
parent 0ae11d9b7c
commit 00d3066752

View File

@@ -1701,7 +1701,7 @@ class BaseSepTopAnalysisUnit(gufe.ProtocolUnit, SepTopUnitMixin):
structural data, or the analysis error.
"""
import netCDF4 as nc
from openfe_analysis import plotting
from openfe_analysis.utils import plotting
try:
with nc.Dataset(trj_file) as ds: