mirror of
https://github.com/heyarne/earth-observation-for-journalism.git
synced 2026-05-06 19:13:40 +02:00
There is no "we" in "thesis"
This commit is contained in:
parent
9e34128c8b
commit
b202c4da38
10 changed files with 14 additions and 14 deletions
|
|
@ -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."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue