We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9208e commit 4f49410Copy full SHA for 4f49410
ase/test/db.py
@@ -1,4 +1,3 @@
1
-import numpy as np
2
from ase.test import cli
3
from ase.db import connect
4
@@ -14,7 +13,7 @@
14
13
ase-db y.json "H>0" --delete-keywords bla &&
15
ase-db y.json "H>0" --delete-key-value-pairs foo"""
16
17
-for name in ['y.json', 'y.db']: #, 'postgres://localhost']:
+for name in ['y.json', 'y.db']: # , 'postgres://localhost']:
18
cli(cmd.replace('y.json', name))
19
con = connect(name)
20
assert len(list(con.select())) == 5
0 commit comments