Skip to content

fix(python): type ImageResponse.pixels_as_float as bool - #9828

Open
Bartok (Bartok9) wants to merge 1 commit into
microsoft:mainfrom
Bartok9:aerial/2026-07-30-image-pixels-as-float
Open

fix(python): type ImageResponse.pixels_as_float as bool#9828
Bartok (Bartok9) wants to merge 1 commit into
microsoft:mainfrom
Bartok9:aerial/2026-07-30-image-pixels-as-float

Conversation

@Bartok9

Copy link
Copy Markdown

Symptom: ImageResponse.pixels_as_float defaulted to 0.0 while C++/RPC use bool false.

Fix: default False; small offline unit test.

AI-assisted; human-reviewed.

Claim: bartok
Operator: bartok
Campaign: aerial-drone

Match C++ ImageResponse / RPC adaptors (bool, default false) instead of 0.0.

Signed-off-by: Bartok9 <danielrpike9@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant