Skip to content

Conversation

@ludwigVonKoopa
Copy link
Collaborator

No description provided.

add shift_files to GridCollection
change heigth to height
correct FIXME in function documentation
correct tests
problem when indices is on edge of datas
new.datasets.append((t, d))
return new

def shift_files(self, t, filename, x_name, y_name, indexs, heigth):
Copy link
Owner

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

Copy link
Collaborator Author

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 ?

Copy link
Owner

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

Copy link
Collaborator Author

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
Copy link
Owner

@AntSimi AntSimi left a 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

@AntSimi
Copy link
Owner

AntSimi commented May 15, 2021

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
@ludwigVonKoopa ludwigVonKoopa merged commit c40d105 into AntSimi:master May 16, 2021
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