TerrainBento / terrainbento

A modular landscape evolution modeling package built on top of the Landlab Toolkit.
https://terrainbento.readthedocs.io/
MIT License
19 stars 8 forks source link

fix: few bugs #141

Closed kbarnhart closed 5 years ago

kbarnhart commented 5 years ago

This PR addresses #140 #142 and #139

It brings the notebooks into this repository for ease of testing

It also fixes a bug I found indicating that flow routing keyword arguments were not being honored correctly by terrainbento.

kbarnhart commented 5 years ago

@mcflugen FYI this is where I was having my windows file control issues. Only way I was able to fix it was to have a except WindowsError block.... Not the best fix, but better than pulling my hair out.