gretzteam

Results 5 issues of gretzteam

It would be useful to have the ability to create a PWLF using my own coefficient. That way all the nice built-in analysis functions would be available. One use case...

The library is awesome. However not being able to easily access the coefficients is a huge problem for some applications. I saw this https://github.com/cjekel/piecewise_linear_fit_py/issues/44 got resolved but requires installing other...

Hi, This is not an issue per say but I thought I'd share this. I had a very hard time getting the ktImportText script to work. I'm using Python to...

Allow the python logs to go to a file and console at the same time. Used the logging.config.dictConfig() to configure the loggers with two handlers: ->console output using logging.StreamHandler ->file...

Using Python 3.8 on Ubuntu 20.04, getting the following import error: File "/PyDSM/pydsm/NTFdesign/tests/test_NTFdesign_hybrid.py", line 27, in from numpy.testing import decorators as dec ImportError: cannot import name 'decorators' from 'numpy.testing' (/home/python3.8/site-packages/numpy/testing/__init__.py)...

bug