nf-core / deepmodeloptim

Stochastic Testing and Input Manipulation for Unbiased Learning Systems
https://nf-co.re/deepmodeloptim
MIT License
23 stars 9 forks source link

errata in bin/launch_split_csv.py #51

Closed alessiovignoli closed 7 months ago

alessiovignoli commented 7 months ago
  1. in line 52 -> split = config["split"]["params"]["split"] this is not needed the way splitters are called in line 53 should do done like config["split"]["params"] directly inside function call.
alessiovignoli commented 7 months ago

expanded the issue and solved it all the way through to the splitters.py classes. Solved in #54.