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

Python3 #118

Merged
merged 2 commits into from
Aug 11, 2020
Merged

Python3 #118

merged 2 commits into from
Aug 11, 2020

Conversation

swewers
Copy link
Contributor

@swewers swewers commented Aug 11, 2020

No description provided.

in Python3, `range()` returns an iterator, not a list. So in on place,
`range(..)` is replaced by
`list(range(..))`.
To guarantee that the value of a
piecewise affine function is a rational
number, we coerce the initila value
into QQ when the function is created.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1655

  • 6 of 6 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.008%) to 76.608%

Totals Coverage Status
Change from base Build 1648: 0.008%
Covered Lines: 3600
Relevant Lines: 4555

💛 - Coveralls

@swewers swewers merged commit 083c13e into master Aug 11, 2020
@swewers swewers deleted the python3 branch August 11, 2020 06:42
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