Skip to content

Commit 4763683

Browse files
committed
Update LCAO_deepks_test.cpp.
1 parent cfc2dee commit 4763683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/source_lcao/module_deepks/test/LCAO_deepks_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ void test_deepks<T>::check_edelta(std::vector<torch::Tensor>& descriptor)
359359
ofs.close();
360360
this->compare_with_ref("E_delta.dat", "E_delta_ref.dat");
361361

362-
DeePKS_domain::check_gedm(this->ld.inlmax, this->ld.inl2l, this->ld.gedm);
363-
this->compare_with_ref("gedm.dat", "gedm_ref.dat");
362+
// DeePKS_domain::check_gedm(this->ld.inlmax, this->ld.inl2l, this->ld.gedm);
363+
// this->compare_with_ref("gedm.dat", "gedm_ref.dat");
364364
}
365365

366366
template <typename T>

0 commit comments

Comments
 (0)