-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fkm nonlinear #29
Fkm nonlinear #29
Conversation
|
@johannes-mueller I cannot push to the fkm_nonlinear branch, do I have all required access rights? |
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.
Thanks @maierbn – this is a lot of good work.
While I see some room for improvement, we should merge it soon to release it as beta to get feedback from users. Then we can rework stuff in smaller steps.
Can you please go through my comments and look if you can apply them.
Thanks
''' | ||
return self._ramberg_osgood_relation | ||
|
||
@K_p.setter |
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.
Do we really need the setters? I think it would be in general be a good thing to discourage modifying data structures as that can lead to side effects.
workaround readthedocs/sphinx_rtd_theme#1301 Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
nteract/testbook#157 Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Necessary to make the test books work Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
New pyvista versions do no longer tolerate it. Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]>
https://blog.readthedocs.com/use-build-os-config/ Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]>
Need to handle some int type mismatches in tests more gracefully. Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Co-authored-by: Johannes Mueller <[email protected]> Signed-off-by: Benjamin Maier <[email protected]>
6bf5f52
to
c9e75bc
Compare
…o fkm-nonlinear
@johannes-mueller I addressed most of the comments and marked them as resolved. Some are not yet resolved, either where I would need your input again or where they contain an issue for after the merge. |
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
@johannes-mueller I fail to install it because of dependency problems:
Is the spec. of |
It used to be necessary because numba had a problem with newer versions. Maybe they fixed it in the meantime and we can try to uplift the restriction. I filed #39 in order to check. |
Okay, seems like the numpy persion fix is required for now.. I now managed to install it with the restriction.
Then in
Now it complains about
Installing it |
It is normally built by readthedocs fetching the repo and build it. A github action to check if it builds sure would be a good thing, although it might not guarantee that it builds on readthedocs. I will look into this tomorrow. |
You actually need to install the In the meantime I merged #39 and #41 to |
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
b97d6f4
to
c28e3ba
Compare
I merged develop and fixed the documentation build. |
Signed-off-by: Benjamin Maier <[email protected]>
Signed-off-by: Benjamin Maier <[email protected]>
Squashed manually, thanks. |
No description provided.