add model files for globalpolar and WFC
Closed this issue · 0 comments
github-actions commented
dp = DeepPotential(self.work_dir / "deep_globalpolar.pb")
self.assertIsInstance(
dp, DeepGlobalPolar, msg.format(DeepGlobalPolar, type(dp))
Line: 65
deepmd-kit//source/tests/tf/test_get_potential.py
Lines 62 to 72 in 9e8b4c2