You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Removed white spaces from the Composition formula and kept only those rows in the format of {'element_scientific_name': units}
valuetype Composition oftype text {
constraints: [NonEmptyText];
}
at ExecutionContext.getDefaultPropertyValue (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:974:29)
at ExecutionContext.getPropertyValue (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:945:25)
at LengthConstraintExecutor.isValid (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:607:35)
at ValueRepresentationValidityVisitor.visitAtomicValuetype (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:2065:65)
at AtomicValuetype.acceptVisitor (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:12713:24)
at isValidValueRepresentation (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:2046:22)
at TableInterpreterExecutor.parseAndValidateValue (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:4546:64)
at C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:4525:38
at Array.forEach (<anonymous>)
at TableInterpreterExecutor.constructAndValidateTableRow (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:4520:23)
at C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:4508:35
at Array.forEach (<anonymous>)
at Sheet.iterateRows (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:1673:19)
at TableInterpreterExecutor.constructAndValidateTable (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:4504:15)
at TableInterpreterExecutor.<anonymous> (C:\Users\conne\AppData\Roaming\npm\node_modules\@jvalue\jayvee-interpreter\main.js:4489:41)
at Generator.next (<anonymous>)
$In /D:/Project 2/4th last/SemiconductorBandGapsModel.jv:42:8
42 | block SemiconductorBandGapsTableInterpreter oftype TableInterpreter {
The text was updated successfully, but these errors were encountered:
…ne bound (#548)
* test(constraints): add tests
* fix(constraints): add language server hint for boundless constraint
* test(constraints): add tests for language server hint
closes#533
Steps to reproduce
pipeline SemiconductorBandGapsPipeline {
// Removed white spaces from the Composition formula and kept only those rows in the format of {'element_scientific_name': units}
valuetype Composition oftype text {
constraints: [NonEmptyText];
}
// DOI Format has been constrained by a standard pattern, eg: 10.1007/xxxx
}
Description
Error encountered.
(0, assert_1.strict)(valuetype.isInternalValueRepresentation(defaultValue))
The text was updated successfully, but these errors were encountered: