Skip to content

Commit

Permalink
Fix wrongly updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Aug 25, 2024
1 parent 88c7a7c commit 1f829d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/development/ep-01-pytrees.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ three types of moments have to be aligned, i.e. be stored in a tree of the same
structure. We will raise an error if the trees do not have the same structure.

This is a generalization of an interface that has already proven useful in
[respy](https://github.com/optimagic-dev/respy),
[respy](https://github.com/OpenSourceEconomics/respy),
[sid](https://github.com/covid-19-impact-lab/sid) and other applications. In the future,
the project specific implementations of flatten and unflatten functions could simply be
deleted.
Expand Down Expand Up @@ -734,4 +734,4 @@ arrays and numbers for automatic differentiation.
If you want to use automatic differentiation with estimagic you will thus have to
restrict yourself in the way you specify parameters.

[pybaum]: https://github.com/optimagic-dev/pybaum
[pybaum]: https://github.com/OpenSourceEconomics/pybaum
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
(to be written.)

In case of an urgent request for this guide, feel free to open an issue
\[here\](<https://github.com/optimagic-dev/estimagic/issues>).
\[here\](<https://github.com/OpenSourceEconomics/estimagic/issues>).

0 comments on commit 1f829d2

Please sign in to comment.