Alain Vaucher
Alain Vaucher
Placing orders does not work for me. There appear to be some inconsistencies between the code and the API docs (https://docs.kucoin.com/#place-a-new-order) * The endpoint should be `'/api/v1/orders'` but in the...
The current implementations of [`canonicalize_multicomponent_smiles`](https://github.com/rxn4chemistry/rxn-chemutils/blob/89552554aca8912a1cc8c855b14be75273ee2e36/src/rxn/chemutils/multicomponent_smiles.py#L79) and [`canonicalize_compounds`](https://github.com/rxn4chemistry/rxn-chemutils/blob/89552554aca8912a1cc8c855b14be75273ee2e36/src/rxn/chemutils/reaction_equation.py#L126), are doing molecule-wise canonicalizations, not changing the order of molecules. As raised in a discussion with @A-Thakkar, one may also expect the canonicalization...