-
Hi @2gotgrossman, could you add a minimum version constarint in `docs/conda.txt` file for `dask_jobqueue`, both I and @mirzaees encountered the issue that conda install an obsolete version of 0.1, whi…
-
The new template reader requires spaces on both sides of the `=`. If you say
```
sentinelStack.boundingBox ='-0.7 -0.6 -91.7 -90.9'
```
you get an error. You need to say
```
sentinelStack.bound…
-
FileNotFoundError: [Errno 2] No such file or directory: '/projects/scratch/insarlab/jaz101/unittestGalapagosSenDT128/PYSAR'
Does someone known why this is the case? This only happens in the `run_op…
-
"Hi Lily, the job submission in process_rsmas works fine. Thank you! I added a similar option to download_rsmas.py. Could you please check and modofy if needed? The `project_name` variable is already…
-
The following error shows up in the log files produced by `process_rsmas` when called from `run_operations`. This does not occur for all datasets, but it does occur consistently for the datasets for w…
-
Hi @mirzaees , here a few items:
- I don’t see any pysar and insarmaps options. Are they there?
- did you transfer the —walltime option?
- Is there a way to start at any step with execute_runf…
-
It would be nice if we could do the argparse such that we can reuse the same code in multiple scripts. Here a suggestion from Yunjun. I think we ideally have all options that are potentially refused …
-
`run_operations.py` exits prematurely due to errors thrown in `process_rsmas.py`, specifically the one listed below.
```
Traceback (most recent call last):
File "/nethome/jaz101/test/test4/rsma…
-
This is a great place to discuss anything style-guide related. If you have any comments or questions on the current style guidelines, pop a question!
-
`sys.exit(0)`, as used at the end of `create_batch.submit_script()` terminates the calling process upon execution. This is good for scripts called from the command line that should be terminated in ce…