pyfas icon indicating copy to clipboard operation
pyfas copied to clipboard

toolbox for flow assurance engineers

Results 5 pyfas issues
Sort by recently updated
recently updated
newest added

the tab.data dataframe is difficult to handle (properties as index), its structure should be changed

enhancement

Line 53 `data.unit = unit_of_measures[1:]` of usc.py is raising a Pandas warning

bug

> fa.gists.surge_calc(data.index, data['21mm'], drain) > > AttributeError Traceback (most recent call last) > in () > ----> 1 fa.gists.surge_calc(data.index, data['21mm'], drain) > > C:\Apps\anaconda\lib\site-packages\pyfas\gists.py in surge_calc(time_series, liq_flowrate, drain) > 6...

bug

Hello i have an issue with filtering data in tpl file, i have used the same tpl file shown in the examples, hereafter my code lines : import pyfas as...

bug