Skip to content

Commit

Permalink
remove dtype inference from read_dials_stills
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Michael Dalton committed Sep 18, 2024
1 parent 7fd1208 commit a365d34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions reciprocalspaceship/io/dials.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ def _concat(refl_data):
f"Converted column {name} to MTZ-Type Q, took sqrt of the values, and renamed to {new_name}."
)
ds.rename(columns=rename_map, inplace=True)

LOGGER.debug("Inferring MTZ types...")
ds = ds.infer_mtz_dtypes().set_index(["H", "K", "L"], drop=True)
LOGGER.debug("Finished combining tables!")
return ds


Expand Down

0 comments on commit a365d34

Please sign in to comment.