Skip to content

Commit

Permalink
Fix: remove debug output in infer (#3465)
Browse files Browse the repository at this point in the history
Signed-off-by: Chun Cai <amoycaic@gmail.com>
  • Loading branch information
caic99 committed Mar 15, 2024
1 parent 487f85c commit da866a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/api_cc/src/DeepPotPT.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ void DeepPotPT::compute(ENERGYVTYPE& ener,
select_real_atoms_coord(dcoord, datype, aparam_, nghost_real, fwd_map,
bkw_map, nall_real, nloc_real, coord, atype, aparam,
nghost, ntypes, 1, daparam, nall, aparam_nall);
std::cout << datype.size() << std::endl;
std::vector<VALUETYPE> coord_wrapped = dcoord;
at::Tensor coord_wrapped_Tensor =
torch::from_blob(coord_wrapped.data(), {1, nall_real, 3}, options)
Expand Down

0 comments on commit da866a2

Please sign in to comment.