lanl / dfnWorks

dfnWorks is a parallelized computational suite to generate three-dimensional discrete fracture networks (DFN) and simulate flow and transport. If you download the software please fill out our interest form to stay up to date on releases https://goo.gl/forms/VE39oKsyp4LVC6Gj2 and join our google group https://groups.google.com/d/forum/dfnworks-users . Precompiled Docker Container https://hub.docker.com/r/ees16/dfnworks
https://dfnworks.lanl.gov/
Other
74 stars 42 forks source link

remove the "is" warning for python 3.8 #9

Closed weihuayi closed 4 years ago

weihuayi commented 4 years ago
  1. there is a bug in pydfnworks/general/paths.py, "rom" should be "from".
  2. replace "is" with "==" for the string comaring.