Skip to content

Commit

Permalink
remove redundant docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Oct 31, 2024
1 parent 387964c commit dcfc960
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sparc/quicktest.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
"""A simple test module for sparc python api
TODO: fix the docstring
Usage:
python -m sparc.quicktest
A few tests will be performed
1) Is the sparc format recognizable by ASE
2) Is the command properly set
3) Is the psp directory accessible
4) Is the json api accessible
5) Can the command actually run a very simple calculation
TODO: use docstring as help information if things fail?
TODO: remove intermediate state print?
"""
from pathlib import Path

Expand Down

0 comments on commit dcfc960

Please sign in to comment.