Skip to content

Commit

Permalink
fix indentation in committor notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jun 6, 2024
1 parent 343fea6 commit 90fca93
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/notebooks/examples/ex_committor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Initialize committor model and training variables"
"## Initialize committor model and training variables"
]
},
{
Expand Down Expand Up @@ -104,10 +104,11 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Load data"
"## Load data"
]
},
{
Expand Down Expand Up @@ -178,7 +179,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Initialize trainer and fit model"
"## Initialize trainer and fit model"
]
},
{
Expand Down Expand Up @@ -263,10 +264,11 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"# Visualize results"
"## Visualize results"
]
},
{
Expand Down Expand Up @@ -299,7 +301,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Export model with tracing"
"## Export model with tracing"
]
},
{
Expand All @@ -316,7 +318,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# OPTIONAL: Apply preprocessing to compute descriptors \n",
"## OPTIONAL: Apply preprocessing to compute descriptors \n",
"You can add preprocessing module to the model by `model.preprocessing = Module`\n",
"Here we just create a mock preprocessing that swaps `p.x` and `p.y` "
]
Expand Down

0 comments on commit 90fca93

Please sign in to comment.