kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
19 stars 5 forks source link

import of ChannelResponseFilter fails #201

Closed CedricPatzer closed 1 month ago

CedricPatzer commented 8 months ago

Hei, I tried to import some function from fiters module and get the follwoing import error: ImportError: cannot import name 'ChannelResponseFilter' from 'mt_metadata.timeseries.filters' Downgrading from version 0.3.4 to 0.3.3 fixed issue. Regards

kujaku11 commented 8 months ago

@CedricPatzer In the new version the ChannelResponseFilter is now named ChannelResponse. Should have added a deprecation notice.