From 58e0fe51647e5c4e2d89d31e9c518dfa7eb0957f Mon Sep 17 00:00:00 2001 From: Lauri Himanen <lauri.himanen@aalto.fi> Date: Thu, 4 Oct 2018 10:23:09 +0300 Subject: [PATCH] Fixed the docstring for the cube files test class. --- .../cp2kparser/versions/cp2k262/geooptparser.py | 6 +++--- regtests/regtests.py | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py b/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py index 40e4211..909d023 100644 --- a/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py +++ b/parser/parser-cp2k/cp2kparser/versions/cp2k262/geooptparser.py @@ -1,11 +1,11 @@ # Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/regtests/regtests.py b/regtests/regtests.py index fb26a66..ac9f7fe 100644 --- a/regtests/regtests.py +++ b/regtests/regtests.py @@ -1,11 +1,11 @@ # Copyright 2015-2018 Lauri Himanen, Fawzi Mohamed, Ankit Kariryaa -# +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # http://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -1341,7 +1341,7 @@ class TestElectronicStructureMethod(unittest.TestCase): class TestCubeFiles(unittest.TestCase): - """Tests that different methods are recognized correctly. + """Tests that a calculation with a cube file is opened correctly. """ def test_electron_density(self): get_result("cube/single_point_default_name") -- GitLab