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

Pin stride version in all the places we specify pip install #163

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

charlesbmi
Copy link
Contributor

@charlesbmi charlesbmi commented Oct 10, 2023

#142

Introduction

NDK uses the stride simulation software, and we instruct users to pip install from Github, picking up the latest development version. stride currently has a bug or 2 causing some NDK tests to fail (and potentially breaking for any new NDK users).

Changes

In the future:

  • It would be useful to find a way to pull this into poetry so it is one less thing to track.
  • We may need to update stride to do releases for this to work.

Behavior

  • Automated tests should pass
  • All pip install stride commands should have respective commit hashes

FYI @conditg

@codecov-commenter
Copy link

Codecov Report

All modified lines are covered by tests ✅

📢 Thoughts on this report? Let us know!.

Copy link
Collaborator

@d-lucena d-lucena left a comment

Choose a reason for hiding this comment

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

Thanks Charles, @stmartin just tested it and all looks good.

@d-lucena d-lucena merged commit 37fda7f into main Oct 12, 2023
15 checks passed
@d-lucena d-lucena deleted the 142-specify-stride-version branch October 12, 2023 19:08
@charlesbmi
Copy link
Contributor Author

Thanks @stmartin and @d-lucena !

NewtonSander pushed a commit that referenced this pull request Oct 16, 2023
* Pin stride version in all the places we specify pip install
* Fix dead link
NewtonSander pushed a commit that referenced this pull request Oct 16, 2023
* Pin stride version in all the places we specify pip install
* Fix dead link
NewtonSander added a commit that referenced this pull request Oct 16, 2023
* Adding CT loading functionality to web

* Fixing issues with ct loading

* Adding support to load zipped dicom CTs

* Spellcheck

* Adding absorption to shaped grid

* Exposing CT scan info to the FE, so that we can make FE validations

* Constraining the distance from origin based on the CT size

* Removing unused pynrrd lib

* Small refactoring

* Refactoring

* Using voxels spacing when creating the grid

* Adding dependency

* Reverting the X/Y swap

* Removing gunicorn and replacing the make tarket web with web-development

* Pin stride version in all the places we specify pip install (#163)

* Pin stride version in all the places we specify pip install
* Fix dead link

* Poetry version updated

* Add focal pressure, focal volume, and FWHM to results metrics (#152)

* Poetry version updated

---------

Co-authored-by: newton sander <[email protected]>
Co-authored-by: charles <[email protected]>
Co-authored-by: d-lucena <[email protected]>
NewtonSander pushed a commit that referenced this pull request Jul 26, 2024
* Pin stride version in all the places we specify pip install
* Fix dead link
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.

Specify stride version or commit-hash
3 participants