CalebBell / chemicals

chemicals: Chemical database of Chemical Engineering Design Library (ChEDL)
MIT License
191 stars 40 forks source link

Developer's Guide #17

Open yoelcortes opened 4 years ago

yoelcortes commented 4 years ago

Topics of discussion:

  1. A note on the scope of the "Chemicals" project.
  2. Lazy loading (keeping load speed fast).
  3. Add assertion tests for new data sets, functions, and exceptions.
  4. Add documentation using NumpyDoc style. Also add examples that run with doctests.
  5. Use pytests and pytest --doctest-modules?
  6. How to make github contributions.