Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit a16176c

Browse files
committed
Add "run_needs_to_be_updated_manually" to the available filters
1 parent dee1de2 commit a16176c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

runregistry/attributes.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,14 @@
9595
"tau-tau",
9696
)
9797

98-
run_rr_attributes = ("class", "state", "significant", "stop_reason", "short_run")
98+
run_rr_attributes = (
99+
"class",
100+
"state",
101+
"significant",
102+
"stop_reason",
103+
"short_run",
104+
"run_needs_to_be_updated_manually",
105+
)
99106

100107
run_oms_attributes = (
101108
"energy",

0 commit comments

Comments
 (0)