Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeilstenedmands committed Jun 13, 2024
1 parent a0580a2 commit e3f59eb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/dials/util/table_as_hdf5_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def encode(
reflections: List[flex.reflection_table],
handle: h5py.File,
) -> None:
"""Encode the list of reflection tables into a per-experiment hdf5 group."""
"""Encode each reflection table to data in a hdf5 group."""

# Create the reflection data group if it hasn't already been created
if "entry" in handle and "data_processing" in handle["entry"]:
Expand Down Expand Up @@ -225,9 +225,6 @@ def convert_array(data: np.array) -> flumpy.FlexArray:
class HDF5TableFile:
"""
Interface to on-disk representation of reflection data in hdf5 format.
Note that for a multi-experiment tables, data is saved in a per-experiment
table.
"""

def __init__(self, filename: str, mode="w") -> None:
Expand Down

0 comments on commit e3f59eb

Please sign in to comment.