Open
Conversation
Member
|
Out of curiosity, why did you pick logspace over geomspace which provides a more intuitive interface IMHO ? Geomspace would require a number of points but apart from that it would be easier to use I believe. |
Member
|
I re-enabled CIs but you will have to push an extra commit to trigger them. You could for example fix the weird copyright (2015-2018-2018). |
Contributor
Author
|
Hi Matthieu,
Honestly I didn’t know about geomspace until now. Perhaps I can add that as
it’s own interface as well? in addition to logspace
Best,
Frank
…On Tue, Feb 28, 2023 at 2:45 AM Matthieu Dartiailh ***@***.***> wrote:
I re-enabled CIs but you will have to push an extra commit to trigger
them. You could for example fix the weird copyright (2015-2018-2018).
—
Reply to this email directly, view it on GitHub
<#181 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATYTR2O6FTI33DGBYNQSXUDWZWUKVANCNFSM6AAAAAAVKASUV4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Contributor
Author
What should I put instead of the copyright listed there? |
Member
|
2023 should be sufficient since the code is new. Check with people in your lab but logspace per numpy definition is really hard to use in my experience and using geomspace would be way more user friendly. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a logspace interface to the loop task to facilitate iterating over lists of logarithmically spaced values during experiments.