TheoChem-VU / TCutility

Utility functions/classes for the TheoCheM programs
https://theochem-vu.github.io/TCutility/
MIT License
6 stars 0 forks source link

Molecule.guess_fragments returns a Python dict instead of a Result object #191

Closed YHordijk closed 8 months ago

YHordijk commented 8 months ago

In the interest of consistency it would be good for all functions to return Result objects instead of dicts. molecule.guess_fragments is one such function that is inconsistent.

SiebeLeDe commented 8 months ago

Well noticed!