Open hgscott opened 1 year ago
When I run COMETSpy I get the following warning
/Users/helenscott/opt/miniconda3/lib/python3.9/site-packages/cometspy/model.py:1001: FutureWarning: the 'line_terminator'' keyword is deprecated, use 'lineterminator' instead. Vmax.to_csv(f, mode='a', line_terminator = '\n', header=False, index=False)
I got it as an error. As suggested, replacing 'line_terminator' by 'lineterminator' in model.py fixed it.
When I run COMETSpy I get the following warning