Skip to content

Conversation

@johnstairs
Copy link
Member

@johnstairs johnstairs commented Oct 3, 2025

Updating dependencies and fixing resulting warnings and errors. Reducing pyright mode to standard from strict.

Resolves #243


FROM ${DEVCONTAINER_BASE} AS devcontainer

#########################################################
Copy link
Member Author

Choose a reason for hiding this comment

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

Moving the MATLAB stuff to an earlier layer because it doesn't change very often.

@johnstairs johnstairs marked this pull request as ready for review October 3, 2025 22:19
@johnstairs johnstairs merged commit 6ee0797 into main Oct 4, 2025
14 checks passed
@johnstairs johnstairs deleted the johnstairs/update-deps branch October 4, 2025 13:38
b = bt.GenericUnion2[int, str].T1(42)


def gg(c: bt.GenericUnion2[int, str]) -> int:
Copy link
Contributor

Choose a reason for hiding this comment

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

What are gg and test_foo for?

Copy link
Member Author

Choose a reason for hiding this comment

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

D'oh! Leftover debugging. Thanks for spotting.

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.

Python DeprecationWarning: datetime.datetime.utcfromtimestamp()

4 participants