Skip to content

Commit

Permalink
Re-commit to fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chadcwilliams committed Jan 6, 2024
1 parent a151e83 commit 175b54f
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 113 deletions.
23 changes: 11 additions & 12 deletions docs/cycle/Basic Introduction to Functions and States.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -104,7 +104,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -118,7 +118,7 @@
"4 -8.116453, experiment_data=None, models=[])"
]
},
"execution_count": 20,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -142,7 +142,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -172,7 +172,7 @@
},
{
"cell_type": "code",
"execution_count": 22,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -196,7 +196,7 @@
"9 -3.698967 -11.416276, models=[LinearRegression()])"
]
},
"execution_count": 22,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -219,7 +219,7 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -239,7 +239,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -576,7 +576,7 @@
"49 -7.185274 -26.510872"
]
},
"execution_count": 24,
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -594,7 +594,7 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -625,8 +625,7 @@
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 175b54f

Please sign in to comment.