Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github action fixes #97

Merged
merged 56 commits into from
Jul 12, 2024
Merged

github action fixes #97

merged 56 commits into from
Jul 12, 2024

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented Jul 2, 2024

grouped with SpiNNakerManchester/PACMAN#566

Only code change is that the default timeout on calls to 10 as manual tests on scripts sometimes timeout when not local to the server.

Tests this repository with the same global action.

  • Had to add the input sphinx_director as it is different here

Some tests behaved different in Windows and mac.
Working out why left to a later PR

Added overrides markers

Added typing.

@Christian-B
Copy link
Member Author

Remember that cast(type, variable) neither checks nor changes anything at runtime.
Used for speed to tell the typer trust me I know!

So
foo = 5.9
int(foo) = 6
while
cast(int, foo) == 5.9

But mypy or pay not detect the cast is wrong depending on how it typed foo

@Christian-B Christian-B merged commit 25f5d08 into master Jul 12, 2024
10 checks passed
@Christian-B Christian-B deleted the use_build branch July 12, 2024 06:12
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