-
Notifications
You must be signed in to change notification settings - Fork 134
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
From Jan 1, 2023, ndim will require a Sigma license to run. #581
Comments
Hello, This message is linked to a change in quadpy/ndim licenses. We didn't find any information about what the Sigma license will be/cost but quadpy is only used in one non-mandatory methods Methods\Mesh\FPGNTri\get_gauss_points.py: def get_gauss_points(self):
"""Return the gauss points and weights for Triangle3 cell"""
nb_gauss_points = self.nb_gauss_point
scheme = quadpy.tn.grundmann_moeller(2, nb_gauss_points)
gauss_pts = scheme.points
weights = scheme.weights
return gauss_pts, weights, nb_gauss_points We will see what happens next year but we should be able to remove the quadpy requirements. Best regards, |
Thank you, Pierre. |
Hey, |
Hello, Best regards, |
New pyleecan 1.4.2 release is available on pypi. It should solve the issue (quadpy is no longer imported, but we recommend to uninstall it anyway). |
Hello there ! |
Dear All,
Well, what is the solution for the above issue.
When I launch pyleecan I get the above message.
The text was updated successfully, but these errors were encountered: