Skip to content

Commit adb0ba9

Browse files
committed
remove pyxtal_test
1 parent 3b4a193 commit adb0ba9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

doc/COMMAND_MODE.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ They include:
66

77
- ``Pyxtal_main.py``: a tool to generate atomic/molecular crystals
88
- ``Pyxtal_symmetry.py``: a tool to access the symmetry information
9-
- ``Pyxtal_test.py``: a tool to test all modules
109

1110
After a successfull `installation <Installation.html>`_, all of them can be accessed by invoking the ``-h`` command:
1211

@@ -55,8 +54,6 @@ After a successfull `installation <Installation.html>`_, all of them can be acce
5554

5655

5756

58-
Among them, ``pyxtal_test.py`` is mainly used for the internal test. In the following, we explain the rest utilites in detail.
59-
6057
PyXtal_symmetry utility
6158
------------------------
6259
``PyXtal_symmetry.py`` is a utility to handle the generation of moelcular crystals.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
},
3636
scripts=[
3737
"scripts/pyxtal_main.py",
38-
"scripts/pyxtal_test.py",
3938
"scripts/pyxtal_symmetry.py",
4039
],
4140
classifiers=[

0 commit comments

Comments
 (0)