Skip to content
Snippets Groups Projects
Commit 58e0fe51 authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Fixed the docstring for the cube files test class.

parent e75124ec
No related branches found
No related tags found
No related merge requests found
# 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.
......
# 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 recognized correctly. """Tests that a calculation with a cube file is opened 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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment