Skip to content

Commit

Permalink
get rid of directories
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonik committed Oct 7, 2019
1 parent b40cda2 commit 71a25e6
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 4 additions & 7 deletions test/combined_test.py → combined_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
import argparse
import arg_defs as arg_defs

sys.path.insert(0, '../SGD')
from gradient1 import sparse_SGD
sys.path.insert(0, '../ALS')
from als_sp import getALS_CG
sys.path.insert(0, '../CCD')
from ccd_sp import run_CCD
from ccd_sp import get_objective
from sgd import sparse_SGD
from als import getALS_CG
from ccd import run_CCD
from ccd import get_objective

glob_comm = ctf.comm()

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 71a25e6

Please sign in to comment.