-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Inferencedata warning #4493
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
Inferencedata warning #4493
Conversation
Hi @Pyrsos, thanks for the PR! At first sight, the failing test (on Windows only?) appears unrelated to the change here. Any thoughts? I'll have a look as well. |
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.
Could you rebase your PR onto current master
? There are some conflicts now; once you rebase (or merge current master into your branch) I should be able to merge this, and hopefully the failing test script will disappear as well.
a80dfde
to
943d214
Compare
There were a few commits related to bash scripts etc. (undone later) that had nothing to do with this PR; I've now rebased onto current master and picked only the relevant commits. Let's see what CI shows. |
@Spaak Sorry, I think I messed this up. Tried to rebase and I think I reintroduced all the other commits. |
Yep :D No problem, definitely fixable. I already did the rebasing, might be good if you do it instead. What I did was:
In the interactive rebase, be sure to only pick those three commits actually related to this change. Drop the rest. Then, |
69e3de4
to
7431926
Compare
Hmm the old commits are still there. Is your master up to date? ( |
Yeah, I have the latest master. Not sure what is going on exactly... |
7431926
to
6130d2e
Compare
6130d2e
to
1e0e7e1
Compare
You may have had a merge commit locally on master (created after pulling upstream could not be done in a fast-forward), and therefore rebased onto that merge commit. I've now rebased again (excluding the merge commit), leaving only the three key commits. If you want to get this branch locally in a clean state (though you might not need it if the tests succeed and we merge into master), it's easiest to delete it locally and fetch again. |
@Spaak OK, I think I figured it out. I had messed up the master branch on my local repo. Sorry again for all the hustle. It looks like it has the correct commits now. |
Haha and both of us now did the same thing :) In any case it looks clean now. |
Yeah, looks that way! Thanks for the help! Hopefully it builds now! |
I usually do
Because even if I messed up my local |
The test failure is the flaky test (#4323). Just re-start the Github action pipeline and it will probably go away. |
Thanks @Pyrsos! |
* Pass stacklevel argument corrently * Pre-commit errors * Missing comma
Update
sample
methodinferencedata
warning, to include specific type and also define thestacklevel
parameter of the warning message. This addresses issue #4481Depending on what your PR does, here are a few things you might want to address in the description: