kellmnop
kellmnop
Often when running eps-SVR with cross-validation, the final fold fails with a similar error: ``` INFO [default] working set size = 0 FATAL [default] Check failed: [((data)) != nullptr] WARNING...
There is a bug in the PyRosetta [PyJobDistributor](https://github.com/RosettaCommons/rosetta/blob/main/source/src/python/PyRosetta/src/pyrosetta/toolbox/py_jobdistributor.py) method start_decoy: ``` def start_decoy(self): while self.sequence: self.current_id = self.sequence[0] self.current_name = self.pdb_name + "_" + str(self.current_id) + (".pdb.gz" if self.compress else...