You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to delete an atom in the lattice and writing it to a turtle file. The final hasNumberOfAtoms recorded in the turtle file is incorrect.
Steps to reproduce
frompyscal_rdfimportKnowledgeGraph, Systemkg=KnowledgeGraph()
# Create Al latticestruct_Al=System.create.element.Al(graph=kg)
# Write initial data to ttl filekg.write("initial.ttl", format="ttl")
# Delete one atomstruct_Al.delete(indices=[0])
# Write final data to filekg.write("final.ttl", format="ttl")
Version
pyscal3: 3.1.7
pyscal-rdf: 0.2.3
Issue
The hasNumberOfAtoms field in initial.ttl is 4, which is correct. However, the hasNumberOfAtoms field in final.ttl is 2, which seems incorrect.
Can you kindly look into this?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to delete an atom in the lattice and writing it to a turtle file. The final hasNumberOfAtoms recorded in the turtle file is incorrect.
Steps to reproduce
Version
pyscal3: 3.1.7
pyscal-rdf: 0.2.3
Issue
The hasNumberOfAtoms field in initial.ttl is 4, which is correct. However, the hasNumberOfAtoms field in final.ttl is 2, which seems incorrect.
Can you kindly look into this?
Thanks
The text was updated successfully, but these errors were encountered: