Wonseok Shin
Wonseok Shin
~사실 시험기간이라 지금 하나도 못 쓴 상태로 이슈부터 날리기가 좀 그렇지만~ 이 레포에 Troubleshooting을 추가하면 어떨까 싶네요. 톡방이나 이런데에 'XX한 오류가 발생하는데 어떻게 해야 하나요" 같은 말들이 굉장히 많이 올라오는데...
Some descriptor names have typos: `heterocyles` should be `heterocycles` in https://github.com/search?q=repo%3Adatamol-io%2Fdatamol+heterocyle&type=code
In `graphium/features/featurizer.py`, line 634: ```py def mol_to_adj_and_features( mol: Union[str, dm.Mol], atom_property_list_onehot: List[str] = [], atom_property_list_float: List[Union[str, Callable]] = [], conformer_property_list: List[str] = [], edge_property_list: List[str] = [], add_self_loop: bool =...
While using duckdb python api, I noticed that documentation on `.arrow` and `.to_arrow_table` is inaccurate. v1.4 and v1.5(dev) documentation says: ``` arrow(self: _duckdb.DuckDBPyRelation, batch_size: typing.SupportsInt = 1000000) -> pyarrow.lib.RecordBatchReader Description...