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

Merge MPI Dortmund version into this main repository #18

Merged
merged 131 commits into from
Aug 11, 2022

Conversation

thorstenwagner
Copy link
Collaborator

Before it gets merged we should test the installation procedure and if its backwards compatible. See issue #17 .

thorstenwagner and others added 30 commits December 13, 2021 10:45
Update installation instructions to solve issue #2
The if condition was not complete. It will fail if the val_cut_off itself is smaller then the sample_shape.  Moreover, if the condition if fullfilled the index must best 
```
val_cut_off = even.data.shape[tilt_axis_index] - sample_shape[tilt_axis_index] - 1
```
instead of 
```
val_cut_off = even.data.shape[tilt_axis_index] - sample_shape[tilt_axis_index] 
```
The folder should be created before saving training data to disk. Otherwise it will crash.
@thorstenwagner
Copy link
Collaborator Author

thorstenwagner commented Aug 11, 2022

Looks like we still have some merge conflicts. Could you rebase and just take all the changes from this version here?

Done. Merge? :-)

After merge, would you create a new pypi release?

@tibuch
Copy link
Collaborator

tibuch commented Aug 11, 2022

Yes! :shipit:

I will create a new pypi release and then we should celebrate with a collaborative tweet 😉

@tibuch tibuch merged commit c26f83e into juglab:master Aug 11, 2022
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