-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pad Representation with zeros for non-present species #350
Labels
Comments
For |
Would it make sense to have a non-null "global_species" automatically set
"user_defined" expansion_by_species_method?
…On Thu, 6 May 2021 at 18:15, Max Veit ***@***.***> wrote:
For global_species to work, I think you also have to set expansion_by_species_method="user
defined" in the hypers. Is that what you meant by the comment in your
example?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIREZ3W6CS7LUNSYXAIQ7DTMK6A5ANCNFSM44HK2Y7Q>
.
|
Yes, that would fix it quite nicely!
… On May 6, 2021, at 9:41 PM, Michele Ceriotti ***@***.***> wrote:
Would it make sense to have a non-null "global_species" automatically set
"user_defined" expansion_by_species_method?
On Thu, 6 May 2021 at 18:15, Max Veit ***@***.***> wrote:
> For global_species to work, I think you also have to set expansion_by_species_method="user
> defined" in the hypers. Is that what you meant by the comment in your
> example?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#350 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAIREZ3W6CS7LUNSYXAIQ7DTMK6A5ANCNFSM44HK2Y7Q>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#350 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALKVP3RGO7NW2MLR4JQUGETTMLWILANCNFSM44HK2Y7Q>.
|
max-veit
added a commit
that referenced
this issue
May 7, 2021
(it was ignored before if 'expansion_by_species_method' was not set appropriately; this is now done automatically) Fix #350
Ok, this is now implemented in |
Looking at the code, I have a few thoughts (first of which is turning the branch into a draft PR).
|
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I have this problem quite often, where I'm computing a subset of SOAP vectors for who species ABCD are present, then another subset where only ABD are present. I know that I can use the species pair dictionary to collect SOAPs per species pair, but it would be far, far more convenient to do something like this:
where featuresABCD and featuresABD have the same indexing and shape.
The text was updated successfully, but these errors were encountered: