Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RelaxSE
RelaxSE-Code
Commits
3f74c873
Commit
3f74c873
authored
Feb 04, 2022
by
Elisa Rebolini
Browse files
tigthen test prop
parent
c42c6285
Pipeline
#12423
passed with stage
in 23 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/CuO_02204/test_prop
View file @
3f74c873
...
...
@@ -13,13 +13,19 @@ test = TestRun(__file__, sys.argv)
f
=
Filter
()
f
.
add
(
string
=
' 41 41'
,
abs_tolerance
=
1.0e-10
)
abs_tolerance
=
1.0e-13
)
f
.
add
(
string
=
' 43 44'
,
abs_tolerance
=
1.0e-13
)
f
.
add
(
string
=
' 44 44'
,
abs_tolerance
=
1.0e-13
)
f
.
add
(
string
=
'45 42'
,
abs_tolerance
=
1.0e-1
0
)
abs_tolerance
=
1.0e-1
3
)
f
.
add
(
string
=
'45 47'
,
abs_tolerance
=
1.0e-1
0
)
abs_tolerance
=
1.0e-1
3
)
test
.
run
([
'cuo.input'
],
{
'propout'
:
f
},
prop
=
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment