Skip to content

Commit

Permalink
Update explanation/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Jun 18, 2024
1 parent 209221f commit cdc0170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions explanations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!NOTE]
> The following explanations are designed for `lcm` developers and not users.
| Module name | Description |
| ----------------------------------------------------- | ----------------------------------------------------------------- |
| [`dispatchers.py`](./dispatchers.ipynb) | Explanations of `spacemap`, `productmap`, and `vmap_1d` functions |
| [`function_evaluator.py`](./function_evaluator.ipynb) | Explanations of what the function evaluator does and how it works |
| Module name | Description |
| --------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [`dispatchers.py`](./dispatchers.ipynb) | Explanations of `spacemap`, `productmap`, and `vmap_1d` functions |
| [`function_representation.py`](./function_representation.ipynb) | Explanations of what the function representation does and how it works |
2 changes: 1 addition & 1 deletion explanations/function_representation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
" argument name corresponds to which array dimension. \n",
"\n",
"2. Because array elements are retrieved through indexing, but a function is called\n",
" on levels, we require a translation from levels to indices.\n",
" on levels, we require a mapping from levels to indices.\n",
"\n",
"3. For continuous variables, we want to be able to call the function on levels that\n",
" do not occur in the grid. This requires us to interpolate the function values on\n",
Expand Down

0 comments on commit cdc0170

Please sign in to comment.