[wip] Replace ConnectionPlus with a subclass #6942
Open
Annotations
10 errors
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/data_set.py#L154
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus" in function "insert_many_values"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/database_extract_runs.py#L76
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus" in function "is_run_id_in_database"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/database_extract_runs.py#L89
No overloads for "unique" match the provided arguments (reportCallIssue)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/database_extract_runs.py#L89
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus" in function "get_exp_ids_from_run_ids"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/database_extract_runs.py#L99
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus" in function "get_experiment_attributes_by_exp_id"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/database_extract_runs.py#L110
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/database_extract_runs.py#L123
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus | None" in function "__init__"
Type "ConnectionPlusPlus" is not assignable to type "ConnectionPlus | None"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus"
"ConnectionPlusPlus" is not assignable to "None" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/experiment_container.py#L296
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus" in function "get_last_experiment"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/guid_helpers.py#L36
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus | None" in function "get_guids_by_run_spec"
Type "ConnectionPlusPlus" is not assignable to type "ConnectionPlus | None"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus"
"ConnectionPlusPlus" is not assignable to "None" (reportArgumentType)
|
Run jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe:
src/qcodes/dataset/sqlite/database.py#L154
Argument of type "ConnectionPlusPlus" cannot be assigned to parameter "conn" of type "ConnectionPlus" in function "get_user_version"
"ConnectionPlusPlus" is not assignable to "ConnectionPlus" (reportArgumentType)
|
Loading