There is no "we" in "thesis"

This commit is contained in:
heyarne 2021-03-18 13:55:20 +01:00
commit b202c4da38
10 changed files with 14 additions and 14 deletions

View file

@ -682,7 +682,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We continue by creating the folder structure and initializing the download."
"The next step is to create the folder structure and initialize the download."
]
},
{
@ -774,7 +774,7 @@
"\n",
"Because Python does not support multithreading primitives, individual Python processes have to be started to distribute work across multiple cores. This is a rather expensive operation that can make some operations even slower, albeit performed in parallel. The overhead of starting individual processes can outweigh the benefit of parallelization.\n",
"\n",
"Benchmarks are left out in this case because each reprojection operation runs multiple tens of seconds, which is far longer than what it takes to start a single process.parallel"
"Benchmarks are left out in this case because each reprojection operation runs multiple tens of seconds, which is far longer than what it takes to start a single process."
]
},
{