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

Specify size of matrices in rotatedrect #1846

Merged
merged 3 commits into from Apr 29, 2022
Merged

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Apr 28, 2022

Description

Fixes an issue with MakieTeX layouting.

There was a method ambiguity when constructing Mat(args...), which I fixed by explicitly providing sizes (Mat{n, m}(...)). I guess this method wasn't used so the error was never caught.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • Added an entry in NEWS.md (for new features and breaking changes)

@SimonDanisch
Copy link
Member

Interesting ^^ Do you think we could add a quick test?

@SimonDanisch
Copy link
Member

Thanks :)

@SimonDanisch SimonDanisch merged commit 82519fd into master Apr 29, 2022
@SimonDanisch SimonDanisch deleted the as/fix_rotated_bbox branch April 29, 2022 14:18
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.

None yet

2 participants