-
Notifications
You must be signed in to change notification settings - Fork 61
Validation particle #87
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
Validation particle #87
Conversation
add shift_files to GridCollection change heigth to height correct FIXME in function documentation correct tests
problem when indices is on edge of datas
src/py_eddy_tracker/dataset/grid.py
Outdated
| new.datasets.append((t, d)) | ||
| return new | ||
|
|
||
| def shift_files(self, t, filename, x_name, y_name, indexs, heigth): |
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.
Maybe add default value to index and height? And maybe kwargs directly to regular grid
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.
ok for default values, but what do you mean by kwargs directly to regular grid ?
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.
Lot of those arguments are not used by method just transfer to another one, so maybe we could **kwargs to be transparent
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.
ok, done
move particle_candidate in groups add default values for shift_files mistake with get_uv_quad correction still in comments change delta_t to n_days correct whitespaces
AntSimi
left a comment
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.
When you modify example, you may run notebooks/README.md to update ipynb for binder use
|
https://github.com/AntSimi/py-eddy-tracker/pull/87/checks#step:6:22, look here there are some new warning |
sorting imports adding notebooks for binder adding kwargs to shift_files correction of new warnings done
No description provided.