Compare commits

..

No commits in common. "8ff555a6396ce5afe0c4de27f8244566a9d55700" and "e3be65beec6c7bbb4fef67098c51ebe502bde125" have entirely different histories.

View file

@ -108,8 +108,6 @@ def find(
Find a record in the backlog at hand. Through specifying it's ensemble and the measured correlator.
"""
results = find_record(path, ensemble, corr, code)
if results.empty:
return
if arg == 'all':
print(results)
else: