Skip to content
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

multi id cross id rendering enable #4

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

emilykim1
Copy link
Collaborator

removed duplicate code for cross id, enabling multi id xid rendering based on the config file.

Copy link
Contributor

@una-dinosauria una-dinosauria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comments

iternum,
indices_subjects=None,
training=True,
):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add docs and types to this function?

Comment on lines +452 to +454
if indices_subjects == None:
indices_subjects = random.sample(range(0, len(all_neut_avgtex_vert)), config.progress.cross_id_n_subjects)
indices_subjects.sort()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants