-
Notifications
You must be signed in to change notification settings - Fork 5
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
Optimal interpolation #88
Conversation
Le script Matlab Compare_result est converti en Python, mais a besoin d'être optimisé
Optimize compare_result script
Le code de comparaison des résultats a été optimisé et commenté.
This commit have the optimal_interpolation working but without refactoring and optimization
…/xhydro into optimal-interpolation
Add write_final_result in netCDF and change the obj_funcs to point on the new branch
for more information, see https://pre-commit.ci
Welcome, new contributor! It appears that this is your first Pull Request. To give credit where it's due, we ask that you add your information to the
Please make sure you've read our contributing guide. We look forward to reviewing your Pull Request shortly ✨ |
@Mayetea PTI, tu peux faire |
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.
On s'approche !
for more information, see https://pre-commit.ci
…into optimal-interpolation
for more information, see https://pre-commit.ci
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.
Quelques commentaires mineurs, mais sinon ça me semble prêt ! Merci pour le gros refactoring, ça me semble avoir été pas mal de job.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…into optimal-interpolation
Does this still apply, with the new system with pooch? |
Not anymore. The fetching code has migrated to For context, the goal of pooch and the catalogue is to reduce the potential for breakage when fetching remote files, and to reduce the duplicated code and maintenance required (the original testdata fetching code is the same in at least five projects we maintain). Getting that to work with things like |
OK great, thanks, great to hear! |
Pull Request Checklist:
number
) and pull request (:pull:number
) has been added.What kind of change does this PR introduce?
Ajout d'outils pour l'interpolation optimale dans xhydro.
Does this PR introduce a breaking change?
No.
Other information:
Je n'ai pas modifié le fichier changes.rst, puisque je n'étais pas sur de ce que je devais y mettre.