-
Notifications
You must be signed in to change notification settings - Fork 3
Patch: CI + gh fixes #148
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
base: main
Are you sure you want to change the base?
Patch: CI + gh fixes #148
Conversation
Thanks, it slipped out of my mind... |
no prob! I am cumulating it with other stuff anyways! |
this one is good to go, once reviewed I would propose to do a small patch due to the breaking #147 @DamienGilliard @eleniv3d . cheers! |
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 @9and3. Only left a small question about compatibility of python versions, but otherwise all good with me
@@ -9,7 +9,7 @@ diffCheck/df_joint_detector.py | |||
diffCheck/df_transformations.py | |||
diffCheck/df_util.py | |||
diffCheck/df_visualization.py | |||
diffCheck/diffcheck_bindings.cp39-win_amd64.pyd |
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.
Small question, could this python 3.12 bump cause problem with the python 3.9 Rhino uses in terms of compatibility ? I suppose not but you know better...
This is a simple patch to solve a couple of problems, notably #147 which is urgent, also a small hicup in the cmake ctesting running on ci.
fixes:
1. Error begin run: cannot import name 'diffcheck_bindings' from partially initialized module 'diffCheck' (most likely due to a circular import) (c:\users\localuser\diffcheck\src\gh\diffcheck\diffCheck\__init__.py) [9:1]