-
Notifications
You must be signed in to change notification settings - Fork 175
Features/lmn/290325 affinity #271
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
base: master
Are you sure you want to change the base?
Features/lmn/290325 affinity #271
Conversation
…dd try-except block to compute number of samples
…revert back symmetrize description
…e, if-clause could be removed for efficiency after changing message
|
Thanks for the PR. However, I'm not entirely sure what problem this is solving. Could you please provide a paragraph or so explaining the need for these changes and what problems they solve. From the code, it seems like there are a whole lot of minor changes. The biggest change seems to be that duplicates are now removed from perplexity lists and they are sorted, is that right? Some of these changes are certainly welcome, but I'm not entirely sure all are needed. Could you also please take a look at the failing tests on Windows? The error |
|
Hi Pavlin. Thanks for reviewing the PR so promptly. You' right to note these changes focus on broader quality improvements, rather than targeting a specific bug. The commits mean to make the class more robust, while maintaining all existing functionality. Here's a summary of the key modifications:
These changes eliminate subtle maintenance hazards while improving efficiency. I’m currently verifying the Windows-specific issue separately and will update the PR accordingly. Happy to discuss or adjust any aspect! Kind regards, |
107c846 to
80d4f3d
Compare
Changes
Tests