-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
BUG in new tests #1995
BUG in new tests #1995
Conversation
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
We still have some references to Microsoft in the text we should review in another PR e.g. https://github.com/recommenders-team/recommenders/blob/bug/new_tests/SECURITY.md#:~:text=Security-,Microsoft,-takes%20the%20security |
Also in setup.py the Microsoft references need to be fixed. |
I guess also contributing license is not relevant any more and should be replaced with something from LF. |
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
I updated your comments @anargyri. I´m not sure about the new email given by the LF, I´ve tried to write them to see how it works. |
@@ -68,8 +68,3 @@ Try to be empathic. | |||
|
|||
</details> | |||
|
|||
## Microsoft Contributor License Agreement |
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.
@ibrahimhaddad Does LF require some similar type of agreement for contributors?
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.
Tracked here: #1997
}, | ||
author="RecoDev Team at Microsoft", | ||
author="Recommenders contributors", | ||
author_email="RecoDevTeam@service.microsoft.com", |
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.
Email too is outdated.
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.
I have sent an email to Ibrahim to see which one we can add
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.
Tracked here: #1997
@@ -1,35 +0,0 @@ | |||
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.1 BLOCK --> |
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.
Also @ibrahimhaddad do we need to include anything about LF security policy?
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.
Tracked here: #1997
can you create an issue for that to track? or did you already created one? |
@@ -261,6 +261,7 @@ def test_geoimc_functional(notebooks, output_notebook, kernel_name, expected_val | |||
|
|||
@pytest.mark.notebooks | |||
@pytest.mark.experimental | |||
@pytest.mark.skip(reason="xLearn pip package has installation incompatibilities") |
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.
is this temporal? or do we want to skip only at some condition, like using skipif("some_module" not in sys.modules, reason="'some_module' was not installed correctly maybe due to version conflict")
?
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.
In reality, it is a matter than someone has time to integrate xlearn in the core libraries
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. I left a comment regarding skipping a test for your reference.
Tracked here: #1997 |
Description
Related Issues
Failed run: https://github.com/recommenders-team/recommenders/actions/runs/6239152244
References
Checklist:
staging branch
and not tomain branch
.