Skip to content
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

save_gmt.py geo_velocity.h5 #900

Closed
wsjbest opened this issue Nov 8, 2022 · 2 comments · Fixed by #901
Closed

save_gmt.py geo_velocity.h5 #900

wsjbest opened this issue Nov 8, 2022 · 2 comments · Fixed by #901

Comments

@wsjbest
Copy link

wsjbest commented Nov 8, 2022

Description of the problem

when I run the save_gmt.py geo_velocity.h5, I do not find the pre_gmt.py in the mintpy and maybe same script is defect.

Full script that generated the error

####################################################################################
def main(iargs=None):
    # parse
    inps = cmd_line_parse(iargs)

    # import
    from mintpy.prep_gmt import save_gmt

    # run
    save_gmt(inps)


####################################################################################

Full error message

ModuleNotFoundError: No module named 'mintpy.prep_gmt'

System information

  • Operating system: Linux-Ubuntu 20.04
  • Python environment: 3.8
  • MintPy version: Version 1.4.1
@welcome
Copy link

welcome bot commented Nov 8, 2022

👋 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!
Make sure you read our contributing guidelines.

@yunjunz
Copy link
Member

yunjunz commented Nov 8, 2022

Thank you @wsjbest for reporting the issue. It's a typo and has been fixed in #901. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants