Minys
Minys
> Yes I also could not find the datasets that are referenced in the two papers Two paper also amazingly share some similar figures & paragraphs, wonder if it is...
> @IgnacioJPickering: the RDKit warnings are done at the C++ level and, you are correct, they don't integrate well with the normal Python warnings module. > > You can, however,...
It turns out that you should modify Line 29 to: ```bash if [[ ! -d "${CHAIN_DIR_PATH}/$subdir" ]]; then ``` and Line 32 to: ```bash elif [[ -z $(ls "${CHAIN_DIR_PATH}/${subdir}") ]];...