Replies: 4 comments
-
|
👋 Thanks for opening your first issue here! Please filled out the template with as much details as possible. We appreciate that you took the time to contribute! |
Beta Was this translation helpful? Give feedback.
-
Potential solutionThe plan to solve the bug involves ensuring that the What is causing this bug?The bug is likely caused by a combination of misconfigurations and logical errors in the script execution. Specifically:
CodeTo address these issues, we can make the following changes:
How to replicate the bugTo replicate the bug, follow these steps:
By following these steps, you should be able to replicate the issue where the Click here to create a Pull Request with the proposed solution Files used for this task: Changes on src/mintpy/cli/smallbaselineApp.pyThe
In summary, ensure that the correct template file is used, verify that the necessary processing steps are included, and check the Changes on src/mintpy/load_data.pyAnalysis of
|
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm also encountering this issue. I'm using the tagged 1.6.1 release on Windows. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Updating with my workaround. In my case, I've observed (for me) it stops at the step |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
When running smallbaselineApp.py, the execution is very fast, but the expected .h5 file is not generated in the output.
Expected Behavior
The script should generate a .h5 file as output and save it in the working directory.
Actual Behavior
![Uploading 错误.png…]()
No .h5 file is generated, and the script finishes execution almost immediately without any errors or warnings in the log.
Beta Was this translation helpful? Give feedback.
All reactions