We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893f4dd commit 67a26b5Copy full SHA for 67a26b5
1 file changed
n3fit/src/n3fit/scripts/vp_setupfit.py
@@ -319,7 +319,6 @@ def run(self):
319
self.environment.save_md5()
320
321
# and save the fk hashes
322
- import pdb; pdb.set_trace()
323
fk_hashes = self.config_class["_fk_hashes"]
324
self.environment.save_fk_md5(fk_hashes)
325
except SetupFitError as e:
0 commit comments