Skip to content

Conversation

@kzscisoft
Copy link
Collaborator

Ensures that objects of type GridMetrics are sent to the server via msgpack.

@kzscisoft kzscisoft added this to the Simvue Python API v2.3 milestone Oct 23, 2025
@kzscisoft kzscisoft requested a review from alahiff October 23, 2025 08:05
@kzscisoft kzscisoft added the enhancement New feature or request label Oct 23, 2025
@kzscisoft kzscisoft linked an issue Oct 23, 2025 that may be closed by this pull request
@kzscisoft kzscisoft force-pushed the kzscisoft/862-send-non-scalar-metrics-values-using-msgpack branch 2 times, most recently from 95dd6e2 to 1050a13 Compare October 23, 2025 08:13
Copy link
Collaborator

@alahiff alahiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is being sent as JSON, i.e. this pull request has no effect whatsoever.

@alahiff
Copy link
Collaborator

alahiff commented Nov 5, 2025

I'm using tests/unit/test_grids.py. The class GridMetrics is being used, but the method _post_single isn't being called at all, hence this pull request no effect.

@kzscisoft kzscisoft force-pushed the kzscisoft/862-send-non-scalar-metrics-values-using-msgpack branch from 1050a13 to 046e784 Compare November 6, 2025 13:39
@kzscisoft kzscisoft requested a review from alahiff November 6, 2025 13:54
Copy link
Collaborator

@alahiff alahiff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 Now looks good, data is being send as msgpack

@kzscisoft kzscisoft merged commit 9423131 into dev Nov 6, 2025
20 checks passed
@kzscisoft kzscisoft deleted the kzscisoft/862-send-non-scalar-metrics-values-using-msgpack branch November 6, 2025 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Send non-scalar metrics values using msgpack

3 participants