Skip to content

Commit

Permalink
Merge pull request #220 from pfafflabatuiuc/fix/records
Browse files Browse the repository at this point in the history
  • Loading branch information
wpfff committed Sep 10, 2021
2 parents c09457f + e69e3fd commit 855ee5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plottr/data/datadict.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def to_records(**data: Any) -> Dict[str, np.ndarray]:
is_common = False
if is_common:
commons.append(n)
nrecs = min(commons)
nrecs = max(commons)

for k, v in records.items():
shp = v.shape
Expand Down

0 comments on commit 855ee5f

Please sign in to comment.