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

Update scripts/README/Project/docs, format code, fix linter warning, remove type piracy #208

Merged
merged 5 commits into from
May 5, 2023

Conversation

schillic
Copy link
Member

@schillic schillic commented May 3, 2023

No description provided.

@test quadratic_expansion(-3..3, 1.0, 2.0) == Interval(-0.125, 21)

M = IntervalMatrix([-1.1..0.9 -4.1.. -3.9; 3.9..4.1 -1.1..0.9])
M = IntervalMatrix([-1.1 .. 0.9 -4.1 .. -3.9; 3.9 .. 4.1 -1.1 .. 0.9])
Copy link
Member Author

Choose a reason for hiding this comment

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

I had to manually add the spaces here. The formatter wants to write -4.1..-3.9, which is a syntax error.

@schillic schillic marked this pull request as ready for review May 3, 2023 07:53
@schillic schillic force-pushed the schillic/update branch from 6784214 to ec3b703 Compare May 5, 2023 06:00
@schillic schillic merged commit 83464a1 into master May 5, 2023
@schillic schillic deleted the schillic/update branch May 5, 2023 15:19
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