-
Notifications
You must be signed in to change notification settings - Fork 15
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
Suppress spurious compiler warnings on first import of omas #289
Comments
Stale issue message |
The stale issue bot is a bit too quick to close issues IMHO... @orso82 could you reopen? |
@jmcclena @AreWeDreaming @torrinba could one of you reopen this issue? |
This issue has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered. |
@orso82 could we mark this as |
sure, go for it! |
I do not have the rights to do that 😁 |
On first import of
omas
, the compilation of the cython extensions will dump a ton of warnings.See e.g.:
And this continues for O(100) lines. IMHO this is quite confusing for new users.
It would be nice if there was a way to suppress these or even better build extensions as part of the packaging to in addition to avoiding these warnings, one also avoids the slowdown on the first import.
The text was updated successfully, but these errors were encountered: