Skip to content

Commit

Permalink
typo fix in defaults/mintpy.yaml for Slurm (#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta authored Oct 11, 2024
1 parent 6c2a83f commit 474bd78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/google_earth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MintPy use [pyKML](https://pythonhosted.org/pykml/) to generate KMZ (Keyhole Mar

### 1. Displacement time-series ###

`save_kmz_timeseries.py` takes 3D displacement time-series file and outputs a KMZ file with interactive time-seires plot.
`save_kmz_timeseries.py` takes 3D displacement time-series file and outputs a KMZ file with interactive time-series plot.

<p align="center">
<img src="https://insarlab.github.io/figs/docs/mintpy/GoogleEarth-FernandinaSenD128-TS.jpg">
Expand Down
2 changes: 1 addition & 1 deletion src/mintpy/defaults/mintpy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobqueue:
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
local-directory: null # Location of fast local storage like /scratch or $TMPDIR

# LSF resource manager options
# Slurm resource manager options
shebang: "#!/usr/bin/env bash"
queue: null
project: null
Expand Down

0 comments on commit 474bd78

Please sign in to comment.