-
Notifications
You must be signed in to change notification settings - Fork 157
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
Minor fixes + docstrings #183
Conversation
Essentially adding docstrings and a common helper function for checking compatibility of vector dimensions
…where appropriate
Codecov Report
@@ Coverage Diff @@
## master #183 +/- ##
==========================================
- Coverage 70.92% 70.81% -0.11%
==========================================
Files 19 19
Lines 1410 1398 -12
==========================================
- Hits 1000 990 -10
+ Misses 410 408 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go ahead and push yourself after addressing my minor comments, and addressing merge conflicts. Let me know if you want help with the latter.
Thanks! |
This PR is mostly inconsequential and the fixes are usually minor happening as I was reading the code:
@with_kw
macro where relevant to automatically get structs constructors with keyword arguments(e[i] for i in ...)
instead of[e[i] for i in ...]
)I don't think it requires a lot of code review but given there are a lot of small changes I thought it was better to have another pair of eyes quickly have a look in case.
PS: ignore the first bunch of erroneous commits where the tests were not running on my machine due to Julia 1.3 and I basically had to push things to see what was wrong.