-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
received emails from confused researchers re: pytest-examples this mo…
…rning. get rid of it
- Loading branch information
1 parent
85f03c5
commit 34b9e97
Showing
5 changed files
with
334 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
34b9e97
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.
Dear @lucidrains ,
What was the issue with the previous test? It was to make sure the examples in the README were up to date. Both test suites can coexist.
I am not sure this is a good approach to simply get rid of it?
I saw a comment on one of my commit regarding the tests, maybe it is related? I was planning to have a look.
34b9e97
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.
@MisterBourbaki i didn't get rid of the tests, just duplicated the readme into a new test file
it is clearer that way for researchers
34b9e97
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 understood what you did, but I think both should coexist.
What was there issue? If they do not want to contribute, and just want to modify the code to their liking, no tests will be run. If they do want to contribute, they should do it in a good way (but then, it is my humble opinion, and in the end your the boss here :) )
34b9e97
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 mean, with your test suite (which is fine by the way, and needed!) they should have the same issue that with the previous test suite...
34b9e97
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.
@MisterBourbaki they wanted to modify something, tests broke, but had no idea where the tests were. it was too much trying to explain to them how the tests were in the readme, and how using print statements does some sort of implicit assert
34b9e97
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.
@MisterBourbaki it is fine the way it is, if you see anything missing, please feel free to open a PR and just add it to the test file.
34b9e97
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 totally understant your point :) It is hard to find que equilibrium between code quality and ease of use. I will keep that in mind
34b9e97
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.
@MisterBourbaki sounds good, thank you for getting it started!
and now that tests are in place, i expect to see a contribution or two of a new quantizer from a research paper 😄