OpenWaterAnalytics / epanet-python

python wrapper for epanet library
76 stars 40 forks source link

Fixed typmaps for setting vertices and curves #63

Closed cbuahin closed 3 years ago

cbuahin commented 3 years ago

@samhatchett, I had to adjust the swig typemaps to match the changes made in the function definitions in the EPANET engine to make them compatible. Are you able review at your convenience?

samhatchett commented 3 years ago

hmm. I think this essentially duplicates #61 - except the other PR includes a test for coordinate setting/getting. give that one a look and let me know if I'm missing something?

cbuahin commented 3 years ago

Haha! You're right. It is a duplicate. I should have checked thoroughly first.