Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge QCFractal Interface changes to QCPortal -- 2021-06-05 20:31:10
Browse files Browse the repository at this point in the history
  • Loading branch information
QCArchiveBot committed Jun 5, 2021
2 parents 8aabcb8 + 62078dc commit 38eed64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcportal/collections/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def get_status(item):
df = self.df[specs].apply(lambda col: col.apply(get_status))

if status:
df = df[(df == status.upper()).all(axis=1)]
df = df[(df == status.upper())]

if collapse:
return df.apply(lambda x: x.value_counts())
Expand Down

0 comments on commit 38eed64

Please sign in to comment.