Skip to content

Commit 78b5499

Browse files
committed
Remove strict score-value checks from PyRosetta tests
1 parent 7a02e8b commit 78b5499

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/pyrosetta.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ fn pyrosetta(engine: &str) {
4848

4949
let log = fs::read_to_string(&log_file_name).unwrap();
5050

51+
println!("{log}");
52+
5153
for s in [
5254
"PyRosetta-4",
5355
"Created in JHU by Sergey Lyskov and PyRosetta Team",
5456
"core.init: Checking for fconfig files in pwd and ./rosetta/flags",
55-
"1brs.pdb structure SCORE: 255",
57+
"1brs.pdb structure SCORE:",
5658
] {
5759
assert!(
5860
predicates::str::contains(s).eval(&log),

0 commit comments

Comments
 (0)