-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
velocity.h5 NOT exist! #1302
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! |
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
|
Hi, I'm also encountering this issue. I'm using the tagged 1.6.1 release on Windows. |
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
No .h5 file is generated, and the script finishes execution almost immediately without any errors or warnings in the log.
The text was updated successfully, but these errors were encountered: