Skip to content

Commit

Permalink
Merge pull request #69 from whylabs/dev-cd-example-safety-#86b298k3d
Browse files Browse the repository at this point in the history
Avoid making recommended changes accidentally
  • Loading branch information
christinedraper authored Sep 24, 2024
2 parents 41e9127 + 2965d95 commit 4c697c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/example_notebooks/diagnoser.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,8 @@
}
],
"source": [
"automatable_changes = [c for c in changes if c.can_automate()]\n",
"automatable_changes = []\n",
"# automatable_changes = [c for c in changes if c.can_automate()]\n",
"print('\\n'.join([c.describe() for c in automatable_changes]))"
]
},
Expand Down

0 comments on commit 4c697c8

Please sign in to comment.