Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinfan1996 committed May 9, 2024
1 parent 97f016a commit ca4927f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/explore_miscentering_theory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@
"6.802007734840743e-08"
]
},
"execution_count": 13,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -376,16 +375,15 @@
{
"data": {
"text/plain": [
"3.758170907808278e-08"
"1.0096468228137923e-07"
]
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"np.abs(DeltaSigma_mis_exact_opt_her/DeltaSigma_mis_exact_opt-1).max()"
"np.abs(DeltaSigma_mis_exact_opt_her/DeltaSigma_mis_exact-1).max()"
]
},
{
Expand Down

0 comments on commit ca4927f

Please sign in to comment.