Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Jul 14, 2023
1 parent bd48d8e commit f57587d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion templates/02_load_from_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path
import yaml

from hdxms_datasets import HDXDataSet
from pyhdx.datasets import HDXDataSet

from pyhdx import HDXMeasurement, HDXMeasurementSet

Expand Down
1 change: 0 additions & 1 deletion templates/03_initial_guesses.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Load HDX-MS data from yaml spec and perform initial guess of exchange rates"""
from pyhdx import HDXMeasurement
from pyhdx.batch_processing import StateParser
from pyhdx.datasets import HDXDataSet
from pathlib import Path
from pyhdx.fitting import fit_rates_weighted_average
Expand Down

0 comments on commit f57587d

Please sign in to comment.