Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsantana11 committed Oct 8, 2024
1 parent de40518 commit eaf865f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clouddrift/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ def gdp_source(
An easy way to get around this limitation is to configure the dask temp directory to a path that lies on a
partition with more memory. To figure this out you can use the standard `df` unix utility like so: `df -h`.
If you find a path with more memory you can configure dask to use that instead of the default path that lies
on the /tmp directory on unix like systems like so (make sure to add this line before starting any computation):
If you find a path with more memory you can configure dask to use that instead of the default path
like so (make sure to add this line before starting any computation):
>>> import dask.config as daskc
>>> daskc.set({"temporary-rirectory": "/home/ksantana/.clouddrift/tmp"})
Expand Down

0 comments on commit eaf865f

Please sign in to comment.