Skip to content

Commit

Permalink
Fix union annotation for py3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BirkhoffG committed Aug 26, 2024
1 parent 8031e60 commit 563e56c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nbs/tutorials/methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,16 @@
"You can easily implement your own recourse methods and leverage `jax_relax` to scale the recourse generation. In this section, we implement a mock \"Recourse Method\", which add random perturbations to the input `x`."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"#| hide\n",
"from __future__ import annotations"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 563e56c

Please sign in to comment.