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

Tuple in bindings #36

Closed
wants to merge 28 commits into from
Closed

Tuple in bindings #36

wants to merge 28 commits into from

Conversation

havogt
Copy link
Owner

@havogt havogt commented Mar 24, 2023

Description

Describe the content of the PR and links to related issues, bugs of features.

Requirements

Before submitting this PR, please make sure:

  • You have run the code checks, tests and documentation build successfully
  • All fixes and all new functionality are tested and documentation is up to date
  • You looked at the review checklist

Additionally, if this PR contains code authored by new contributors:

  • All the authors are covered by a valid contributor assignment agreement,
    signed by the employer if needed, provided to ETH Zurich
  • The names of all the new contributors have been added to an updated
    version of the AUTHORS.rst file included in the PR

havogt and others added 28 commits March 23, 2023 16:27
Extracted from GridTools#1130 and married with Connectivities.

Co-authored-by: Enrique G. Paredes <18477+egparedes@users.noreply.github.com>
* Update coding guidelines

* restructure cartesian and next test suites
---------

Co-authored-by: Rico Häuselmann <ricoh@cscs.ch>
Co-authored-by: Hannes Vogt <hannes@havogt.de>
Co-authored-by: Enrique G. Paredes <enriqueg@cscs.ch>
* some tests in test_execution were effectifely not testing anything, since
* np.allclose was used without assertion
* np.asarray was used, effectively asserting identity with the same memory
* in the same cases as np.asarray was used, the intended copy was based on
  result values so no values could have been different even if they were copied
  as intended
Further cosmetic changes were made: (size)->(size,) (alternatively, parentheses could be dropped.)

Co-authored-by: Linus Groner <linus.groner@gmail.com>
Co-authored-by: Till Ehrengruber <till.ehrengruber@cscs.ch>
@havogt havogt closed this Oct 1, 2024
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