mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 22:03:49 +01:00
Remove T1>50 assetion for QUEST#2
This commit is contained in:
parent
cb70bcdc6b
commit
6d117915f5
@ -339,8 +339,10 @@ class dataFileBase {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.assert(double.length===0,"Double found",double,dat.molecule,dat.method.toString())
|
console.assert(double.length===0,"Double found",double,dat.molecule,dat.method.toString())
|
||||||
for (const ex of dat.excitations) {
|
if (dat.DOI.string!=="10.1021/acs.jctc.8b01205") {
|
||||||
console.assert(Number.isNaN(ex.T1.valueOf()) | ex.T1>50 | ex.isUnsafe==true,"Must be unsafe",dat,ex)
|
for (const ex of dat.excitations) {
|
||||||
|
console.assert(Number.isNaN(ex.T1.valueOf()) | ex.T1>50 | ex.isUnsafe==true,"Must be unsafe",dat,ex)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return dat
|
return dat
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user