Skip to content

Commit

Permalink
remove test check
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Feb 23, 2015
1 parent 7cb37fe commit 9afa79e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mshadow-ps/ps_local-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ class LocalModel : public ISharedModel<xpu, DType> {
virtual void SetWeight_(Tensor<xpu, 2, DType> data,
int key,
int devid) {
utils::Check(test_on_server != 0,
"must be in pair debug mode");
PushEntry &e = push_map.GetRef(key);
Stream<xpu> s;
push_lock.Lock();
Expand Down

0 comments on commit 9afa79e

Please sign in to comment.