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

win32.extract_pz doesn't works with filtering by ID and name #27

Closed
seisman opened this issue Mar 3, 2020 · 0 comments
Closed

win32.extract_pz doesn't works with filtering by ID and name #27

seisman opened this issue Mar 3, 2020 · 0 comments

Comments

@seisman
Copy link
Owner

seisman commented Mar 3, 2020

To reproduce the issue:

from HinetPy import win32
ctable="01_01_20130318.euc.ch"
win32.extract_pz(ctable,suffix="SAC_PZ", outdir="PZ/", filter_by_name="N.TKWH")
seisman added a commit that referenced this issue Mar 3, 2020
To reproduce the issue:
```
from HinetPy import win32
ctable="01_01_20130318.euc.ch"
win32.extract_pz(ctable,suffix="SAC_PZ", outdir="PZ/", filter_by_name="N.TKWH")
```

The issue is caused by incorrect order of arguments.

Close #27
@seisman seisman closed this as completed in 7ad1127 Mar 3, 2020
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

No branches or pull requests

1 participant