Skip to content

Commit

Permalink
delet irrelevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaxuan-Lii committed Jul 1, 2021
1 parent d69d61b commit 7984c15
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 316 deletions.
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

Binary file added docs/source/figures/.DS_Store
Binary file not shown.
Binary file removed docs/source/figures/ir_lda_700_better.png
Binary file not shown.
Binary file removed docs/source/figures/mgo_xps.png
Binary file not shown.
120 changes: 0 additions & 120 deletions galore.log

This file was deleted.

Binary file added galore/.DS_Store
Binary file not shown.
Binary file added galore/project/.DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions galore/project/setup.cfg

This file was deleted.

86 changes: 0 additions & 86 deletions galore/project/setup.py

This file was deleted.

Binary file removed mgo_xps.png
Binary file not shown.
Binary file modified test/MgO/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def stdout_redirect():


class test_dos_functions(unittest.TestCase):
###不知道在测什么 但是好像测了这个函数test_simple_dos_spikes
def test_simple_dos_spikes(self):
"""Test total DOS / spectrum plotter from CSV data, spike sampling"""
ylabel = 'some label'
Expand Down Expand Up @@ -100,6 +101,7 @@ def test_simple_dos_linear(self):


class test_array_functions(unittest.TestCase):
###好像是用来测试delta函数,xy_to_1d函数,gaussian函数的
def test_delta(self):
self.assertEqual(galore.delta(1, 1.5, w=1), 1)

Expand All @@ -125,6 +127,7 @@ def test_gaussian(self):


class test_io_functions(unittest.TestCase):
## 好像是用来测试formats这个包里的部分函数的
def setUp(self):
self.tempdir = tempfile.mkdtemp()

Expand Down Expand Up @@ -259,5 +262,3 @@ def test_read_complete_dos(self):
csv_test_string = os.linesep.join(
("Frequency,Value", "0,0.0", "1,0.005", "2,0.02", "3,0.045", "4,0.08", ""))

if __name__ == '__main__':
unittest.main()
100 changes: 0 additions & 100 deletions test/test_check_imports.py

This file was deleted.

0 comments on commit 7984c15

Please sign in to comment.