We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c0349 commit 275852cCopy full SHA for 275852c
1 file changed
sdg/sd_gds.py
@@ -190,7 +190,7 @@ def __init__(self, projection_name):
190
)
191
192
reset_self_test_hypotheses_task = UpdateOrCreateTask(
193
- "Flag possible self-test hypotheses",
+ "reset self-test hypotheses",
194
"MATCH (h:Hypothesis) RETURN h",
195
"SET h.self_test = False",
196
@@ -209,8 +209,8 @@ def __init__(self, projection_name):
209
210
211
reset_boring_hypotheses_task = UpdateOrCreateTask(
212
- "reset boring hypotheses",
213
- "MATCH (h:Hypothesis) RETURN h",
+ "reset boring entities",
+ "MATCH (h:H_Entity) RETURN h",
214
"SET h.boring = False",
215
216
0 commit comments