Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
55
Issues
55
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
1feb910c
Commit
1feb910c
authored
Aug 10, 2018
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed tests 22&29 to Fix
#176
parent
73771b87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
tests/tests/Fe_Kerker/test.run1
tests/tests/Fe_Kerker/test.run1
+1
-1
tests/tests/Fe_bct_SOC/test.run1
tests/tests/Fe_bct_SOC/test.run1
+1
-2
No files found.
tests/tests/Fe_Kerker/test.run1
View file @
1feb910c
...
...
@@ -7,6 +7,6 @@ jt::testrun("$executable",$workdir);
#now test output
$result=jt::test_grepexists("$workdir/out","it= 3 is completed");
$result+=jt::test_grepnumber("$workdir/out","distance of charge densities for it,"3: *([^ ]*)",9.964,0.001);
$result+=jt::test_grepnumber("$workdir/out","distance of charge densities for it
"
,"3: *([^ ]*)",9.964,0.001);
jt::stageresult($workdir,$result,"1");
tests/tests/Fe_bct_SOC/test.run1
View file @
1feb910c
...
...
@@ -9,11 +9,10 @@ jt::testrun($executable,$workdir);
#now test output
$result=jt::test_fileexists("$workdir/out");
$result+=min(jt::test_fileexists("$workdir/cdn1"),jt::test_fileexists("$workdir/cdn.hdf"));
$result+=jt::test_grepexists("$workdir/out","total charge");
$result+=jt::test_grepnumber("$workdir/out","qfix","qfix= *([^ ]*)",1.0,0.00001);
$result=jt::test_grepexists("$workdir/out","it= 20 is completed");
$result
+
=jt::test_grepexists("$workdir/out","it= 20 is completed");
$result+=jt::test_grepnumber("$workdir/out","new fermi energy",".*: *([^ ]*)",0.326,0.005);
$result+=jt::test_grepnumber("$workdir/out","total energy=",".*= *([^ ]*)",-2545.607623611,0.005);
$result+=jt::test_grepnumber("$workdir/out","distance of charge densities for it= 20",": *([^ ]*)",0.0000,0.1);
...
...
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