Skip to content

feat: add timeseries to DataType enum#10

Open
dhedhialy wants to merge 1 commit into
mainfrom
feat/timeseries-data-type
Open

feat: add timeseries to DataType enum#10
dhedhialy wants to merge 1 commit into
mainfrom
feat/timeseries-data-type

Conversation

@dhedhialy

Copy link
Copy Markdown

adds Timeseries to DataType enum. required for KellisLab/MantisAPI#2089.

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5fbd6ad916

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread mantis_sdk/enums.py
Coordinate2 = "coordinate2"
Connection = "connection"
Vector = "vector"
Timeseries = "timeseries"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update DataType test expectation for timeseries

When this enum member is added, tests/test_enums.py::test_datatype_all_matches_backend_serializer still asserts that the complete set of DataType values is the old set without timeseries. The CI workflow runs pytest -q, so this change leaves the test suite failing until the expected set is updated alongside the enum.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant