inverse()
The hec-python-library equivalent of Jython method inverse():
Not Implemented
This method is not implemented in release 1.1
The following example performs the equivalent:
ts.data["value"] = 1 / ts.data["value"]
Warning
Directly manipulating the TimeSeries data property bypasses built-in
consistency mechanisms. The user must ensure that the time series Parameter
(including unit) and ParameterType are updated if necessary.