Skip to content

Commit

Permalink
added numThreads option to CE calib
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Oct 3, 2023
1 parent 1ec6029 commit 53da87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/Oktoberfest Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
" \"ssl\": True,\n",
" \"thermoExe\": \"ThermoRawFileParser.exe\",\n",
" \"massTolerance\": 20,\n",
" \"unitMassTolerance\": \"ppm\"\n",
" \"unitMassTolerance\": \"ppm\",\n",
" \"numThreads\": 4\n",
"}"
]
},
Expand Down

0 comments on commit 53da87e

Please sign in to comment.