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
EValueError: Statementof type [list, tuple] doesnotEhaveallthe (s,p,o) members (thelengthoftheEsuppliedarguemntmustbeatleast3)
The bug seems to be related to surf.plugin.sparql_protocol.writer and surf.plugin.sparql_protocol.writer. It is raised whenever (in my tests) the method save() or is_present() are called. From what I understand it seems related to some of the underlying SPARQL statements being invalid.
The text was updated successfully, but these errors were encountered:
Background: I'm developing a python library that depends on
surf
, calledhucitlib
. I usesurf
to read and modify resources from a SPARQL endpoint.Problem: the tests for
hucitlib
work fine withsurf==1.1.9
, but many of them fail if I upgrade to1.2.0
.For example I have a bit that looks like the following:
and it fails now with this exception
The bug seems to be related to
surf.plugin.sparql_protocol.writer
andsurf.plugin.sparql_protocol.writer
. It is raised whenever (in my tests) the methodsave()
oris_present()
are called. From what I understand it seems related to some of the underlying SPARQL statements being invalid.The text was updated successfully, but these errors were encountered: