Closed reckenro closed 1 year ago
This is just a draft PR to show a potential solution to the MyPy violations being hit in #912 . This is targeted to that branch.
Merged main but the actual changes to fix the MyPy violations in that other PR are the last three commits here: https://github.com/ni/grpc-device/pull/996/files/4b741b1916f3c2b04ecb14889f2184e9c60a3074..159f657090ff99ee9d8354986bf27a544dc34e05
Pre-req
python -m pip install -r python_build_requirements.txt
python -m pip install poetry
Validate new nirf example
python ..\source\codegen\validate_examples.py -p "*nirf"
Abandoning since MyPy fixes have been incorporated in #912
Purpose
This is just a draft PR to show a potential solution to the MyPy violations being hit in #912 . This is targeted to that branch.
Merged main but the actual changes to fix the MyPy violations in that other PR are the last three commits here: https://github.com/ni/grpc-device/pull/996/files/4b741b1916f3c2b04ecb14889f2184e9c60a3074..159f657090ff99ee9d8354986bf27a544dc34e05
My steps for running MyPy locally
Pre-req
python -m pip install -r python_build_requirements.txt
python -m pip install poetry
Validate new nirf example
python ..\source\codegen\validate_examples.py -p "*nirf"