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

Specify resolution with sequences #251

Merged
merged 5 commits into from
May 9, 2024

Conversation

vaxenburg
Copy link
Collaborator

@vaxenburg vaxenburg commented May 6, 2024

Let's specify resolution also directly like (8, 8, 8), in addition to Coordinate(8, 8, 8)?

datasplit_config = DataSplitGenerator.generate_from_csv(
    'test.csv',
    input_resolution=(8, 8, 8),  # This works.
    output_resolution=Coordinate(4, 4, 4),  # And this works.
)

rhoadesScholar
rhoadesScholar previously approved these changes May 9, 2024
rhoadesScholar
rhoadesScholar previously approved these changes May 9, 2024
mzouink
mzouink previously approved these changes May 9, 2024
Copy link
Member

@mzouink mzouink left a comment

Choose a reason for hiding this comment

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

gtg

@mzouink mzouink dismissed stale reviews from rhoadesScholar and themself via 80b21cf May 9, 2024 16:06
@mzouink mzouink merged commit 3c7e309 into janelia-cellmap:main May 9, 2024
3 of 4 checks passed
@vaxenburg vaxenburg deleted the coordinate branch May 9, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants