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

Fix size of output #1

Merged
merged 1 commit into from
Dec 11, 2020
Merged

Fix size of output #1

merged 1 commit into from
Dec 11, 2020

Conversation

imagejan
Copy link
Member

In order to get a FinalInterval with min=min and max=max, we have to create it with dims = max - min + 1.

See knime-ip/knip#499.

In order to get a FinalInterval with min=min and max=max, we have to create it with (dims = max - min + 1).
@ctrueden ctrueden merged commit 83e0864 into master Dec 11, 2020
@ctrueden
Copy link
Member

Thanks!

@ctrueden ctrueden deleted the fix-rotate-dims branch December 11, 2020 18:17
@ctrueden
Copy link
Member

I cut the imagej-deprecated 0.1.5 release including this fix. The build is still pending.

@imagejan
Copy link
Member Author

@ctrueden the build just passed, but due to missing <ciManagement> definition in the POM, didn't get deployed.

@ctrueden
Copy link
Member

It isn't a missing ciManagement, but rather something about accessing the pom-scijava parent from the remote repository. Strange. I'm investigating.

@imagejan
Copy link
Member Author

imagejan commented Dec 12, 2020

You're right. Indeed, maven.scijava.org currently only lists a few JitPack versions of pom-scijava:

https://maven.scijava.org/#nexus-search;gav~org.scijava~pom-scijava

... but this exists:

https://maven.scijava.org/content/groups/public/org/scijava/pom-scijava/29.2.1/

@ctrueden
Copy link
Member

Version 0.1.5 is deployed now. All I did was rerun the Travis tag build, and this time it worked. 🤷

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.

2 participants