Skip to content

Commit fa13721

Browse files
committed
Getting there
1 parent 82728e5 commit fa13721

38 files changed

+520
-832
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ build
55
ngcsimlib.egg-info
66

77
__pycache__
8+
/ngcsimlib/old/

ngcsimlib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from . import utils
22
from . import controller
3-
from . import commands
43

54
import argparse, os, json
65
from types import SimpleNamespace

ngcsimlib/commands/__init__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

ngcsimlib/commands/advanceState.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

ngcsimlib/commands/clamp.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

ngcsimlib/commands/command.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

ngcsimlib/commands/compound.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

ngcsimlib/commands/evolve.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

ngcsimlib/commands/multiclamp.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

ngcsimlib/commands/reset.py

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)