Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Lint: Utils module #350
Lint: Utils module #350
Changes from 42 commits
3b5578b
6c62bfd
738e3d0
f91ef77
8b8d54b
e1196e1
f4ec009
88810cf
71974b3
8d0263f
769a26f
2f2655b
e6da2ed
1c3602a
0e343d5
486708d
bdf74b3
dfad8dc
8d551e4
cf54e12
7720670
92ad905
65ad2e4
44416f5
ef04cc2
7064645
7aaedea
9e0d63d
03c9552
ddfd14f
9f5e427
e5f1b5c
fd9646b
b721f03
e7fc584
24fa8a5
259e7e5
af3800d
a06ad1a
f616e1c
ff35897
18fc9ff
c5244a2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the MHKiT conda env from enviroment.yml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install development specific packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the MHKiT conda env from enviroment.yml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra packages this time for the notebook examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to install mhkit in this file at the end? It saves the installer a step? Not sure if you are not installing mhkit here on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be possible and I am not installing it on purpose because it would not make sense for testing.
If MHKiT was included in the
.env
file then that would install the current conda release vs the changes in the repo we are trying to test.My thoughts on how users would interact with the
.env
file:conda install mhkit
..env
file I expect is doing development in the repo.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense to me. I think our documentation could use an update on clearly delineating the use of the different install methods (environment.yml, conda install, editable) for different use cases (developer, user, user who wants notebooks too). I can take that on in the docs repo as I make other updates
pip install -e .
for a editable MHKiT installAlso pip install -e . is being deprecated and we'll need a new method soon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
set env name to
mhkit-env