pyswmm / swmmio

Python tools for interacting with, editing, and visualizing EPA SWMM5 models
https://swmmio.readthedocs.io
MIT License
126 stars 41 forks source link

'delim_whitespace' will be depreciated #221

Open bowguy opened 3 months ago

bowguy commented 3 months ago

Getting a warning: _FutureWarning: The 'delim_whitespace' keyword in pd.readcsv is deprecated and will be removed in a future version. Use sep='\s+' instead

Change needed in swmmio\utils\dataframes.py:107 swmmio\utils\dataframes.py:167 swmmio\utils\text.py:265

bemcdonnell commented 3 months ago

@bowguy, can you submit a pull request to fix this?

bowguy commented 3 months ago

Sure. I think I did one of those once...

bowguy commented 3 months ago

Pull request creation failed. Validation failed: must be a collaborator ??

bemcdonnell commented 3 months ago

@bowguy Fork the project into your github account and push your changes there. Then submit a PR from your fork

bowguy commented 3 months ago

Done