Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parser-cp2k
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
nomad-lab
parser-cp2k
Commits
58e0fe51
Commit
58e0fe51
authored
6 years ago
by
Lauri Himanen
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the docstring for the cube files test class.
parent
e75124ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py
+3
-3
3 additions, 3 deletions
...r/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py
regtests/regtests.py
+4
-4
4 additions, 4 deletions
regtests/regtests.py
with
7 additions
and
7 deletions
parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py
+
3
−
3
View file @
58e0fe51
# Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
# Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
...
This diff is collapsed.
Click to expand it.
regtests/regtests.py
+
4
−
4
View file @
58e0fe51
# Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
# Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
...
@@ -1341,7 +1341,7 @@ class TestElectronicStructureMethod(unittest.TestCase):
...
@@ -1341,7 +1341,7 @@ class TestElectronicStructureMethod(unittest.TestCase):
class
TestCubeFiles
(
unittest
.
TestCase
):
class
TestCubeFiles
(
unittest
.
TestCase
):
"""
Tests that
different methods are recogniz
ed correctly.
"""
Tests that
a calculation with a cube file is open
ed correctly.
"""
"""
def
test_electron_density
(
self
):
def
test_electron_density
(
self
):
get_result
(
"
cube/single_point_default_name
"
)
get_result
(
"
cube/single_point_default_name
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment