cabouman / mbircone

BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Fix requirements #146

Closed dyang37 closed 1 year ago

dyang37 commented 1 year ago

This PR contains two simple fixes:

  1. Add docstring_inheritance to requirements.txt
  2. Change data type of variable "ticToc" from float to double to suppress compiler warning.

Tested and worked fine.