mirror of
https://github.com/RosettaCommons/RFdiffusion.git
synced 2026-06-04 18:44:21 +08:00
adding pdb-diff prefix to comparison test names
This commit is contained in:
committed by
Joseph Watson/Watchwell
parent
3ae829475d
commit
471b36ebe8
@@ -99,7 +99,7 @@ class TestSubmissionCommands(unittest.TestCase):
|
||||
state = 'failed'
|
||||
log = f'Subtest {test_file} failed:\n{e!r}'
|
||||
|
||||
self.results[test_file.rpartition('/')[-1]] = dict(state = state, log = log)
|
||||
self.results[ 'pdb-diff:' + test_file.rpartition('/')[-1] ] = dict(state = state, log = log)
|
||||
|
||||
with open('.results.json', 'w') as f: json.dump(self.results, f, sort_keys=True, indent=2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user