Skip to content

Commit

Permalink
whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-brajer committed Feb 26, 2022
1 parent 5aebdb4 commit f122b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physicslab/experiment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def print(df: Union[pd.DataFrame, pd.Series]) -> None:
units = df.attrs[UNITS]
else:
units = None

if isinstance(df, pd.Series): # Must be after units readout.
df = pd.DataFrame(df).transpose()

Expand Down

0 comments on commit f122b52

Please sign in to comment.