You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: portal-backend/pyright-ratchet-errors.txt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -392,13 +392,9 @@ test_executive.py: error: Argument of type "GeneFactory" cannot be assigned to p
392
392
test_executive.py: error: Argument of type "GeneFactory" cannot be assigned to parameter "gene" of type "Gene" in function "format_dep_dist_info"
393
393
test_executive.py: error: Argument of type "list[DependencyDatasetFactory]" cannot be assigned to parameter "datasets" of type "List[DependencyDataset]" in function "format_predictability_tile"
394
394
test_executive.py: error: Argument of type "list[Unknown] | None" cannot be assigned to parameter "__obj" of type "Sized" in function "len"
395
-
test_executive.py: error: Cannot access member "dataset_id" for type "DependencyDatasetFactory"
396
-
test_executive.py: error: Cannot access member "entity_id" for type "CompoundExperimentFactory"
397
395
test_executive.py: error: Cannot access member "units" for type "LazyAttribute"
398
396
test_executive.py: error: Object of type "None" cannot be used as iterable value (reportOptionalIterable)
399
397
test_executive.py: error: Object of type "None" is not subscriptable (reportOptionalSubscript)
400
-
test_executive.py: error: Operator "in" not supported for types "Literal['svg']" and "dict[str, dict[Unknown, Unknown]] | dict[str, Unknown] | None"
401
-
test_executive.py: error: Operator "not in" not supported for types "Literal['svg']" and "dict[str, dict[Unknown, Unknown]] | dict[str, Unknown] | None"
402
398
test_factories.py: error: "cell_line_1" is possibly unbound (reportPossiblyUnboundVariable)
403
399
test_get_and_process_data.py: error: "file_path" is not a known member of "None" (reportOptionalMemberAccess)
404
400
test_get_and_process_data.py: error: "row_index" is not a known member of "None" (reportOptionalMemberAccess)
0 commit comments