-
Notifications
You must be signed in to change notification settings - Fork 23
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
tcoh_view.py not working #100
Comments
Potential solutionThe plan to solve the bug involves identifying the current location or replacement of the What is causing this bug?The bug is caused by the Code
Example code snippet if from mintpy.utils import arg_handler, ptime, time_func, readfile, plot as pp
# Update argument handling
parser = arg_handler.add_timefunc_argument(parser)
parser = arg_handler.add_data_disp_argument(parser) How to replicate the bug
By following these steps, you should encounter the same error as described in the ticket, confirming the presence of the bug. Click here to create a Pull Request with the proposed solution Files used for this task: Changes on src/miaplpy/tcoh_view.pyAnalysis of
|
I was trying to run
tcoh_view.py
but I get the next error:This error shows even while trying to run
tcoh_view.py --help
ortcoh_view.py -h
, I have the latest mintpy and miaplpy versions (Or at least, latest commits)The text was updated successfully, but these errors were encountered: