Skip to content
Merged
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Turns into

### GT4Py stencils

We interface to `gt4py.cartesian.gtscript.stencil` through ndsl.dsl.stencil, specifically the FrozenStencil, that allows us to minimize runtime overhead in calling stencils.
We interface to `ndsl.dsl.gt4py.stencil` through ndsl.dsl.stencil, specifically the FrozenStencil, that allows us to minimize runtime overhead in calling stencils.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're changing this line maybe we could say "we interface to gt4py.cartesian stencils" since this redundancy seems a bit awkward

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1


```python
@gtstencil
Expand All @@ -132,11 +132,11 @@ For example, `FloatField[IJ]` for a 2D field of default floating point values.

### GTScript functions

These use the `@gtscript.function` decorator and the arguments do not include type
These use the `@gtfunction` decorator and the arguments do not include type
specifications. They will continue to not have type hinting, e.g.:

```python
@gtscript.function
@gtfunction
def get_bl(al, q):
```

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ List format (alphabetical order): Surname, Name. Employer/Affiliation
* Fuhrer, Oliver. Allen Institute for AI.
* George, Rhea. Allen Institute for AI.
* Harris, Lucas. GFDL.
* Lee, Mi Kyung. GFDL.
* Kropiewnicki, Charles. NASA.
* Kung, Chris. NASA.
* Lee, Mi Kyung. GFDL.
* Malatino, Frank. GFDL
* McGibbon, Jeremy. Allen Institute for AI.
* Niedermayr, Yannick. ETH.
Expand Down
Loading