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

Ticket #216: Proper floor division in CLI #221

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

degremont
Copy link
Collaborator

In Shine.CLI.Display, use proper floor division with // which is compatible with py2 and py3. We want a int here.

In Shine.CLI.Display, use proper floor division with //
which is compatible with py2 and py3. We want a int here.
@degremont degremont requested a review from cedeyn July 25, 2024 19:06
@degremont
Copy link
Collaborator Author

Only 101 failures after this patch

@thiell
Copy link
Contributor

thiell commented Jul 25, 2024

There are more occurrences of this, see stanford-rc@1e80cc3

@degremont degremont merged commit e5b2611 into cea-hpc:master Jul 25, 2024
1 check failed
@degremont degremont deleted the int_div branch July 25, 2024 19:18
@degremont
Copy link
Collaborator Author

Oops, I missed your comment :)
That would need a new commit

@degremont
Copy link
Collaborator Author

Created PR #222 from your commit. Thanks!

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.

2 participants