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
jeswr@debian:~/newn/rdfjs-reasoner$ ts-node graphy-test.ts
/home/jeswr/newn/rdfjs-reasoner/node_modules/@graphy/memory.dataset.fast/main.js:2728
let svt_graph = g_quad.graph.concise();
^
TypeError: g_quad.graph.concise is not a function
at FastDataset.has (/home/jeswr/newn/rdfjs-reasoner/node_modules/@graphy/memory.dataset.fast/main.js:2728:32)
at Object.<anonymous> (/home/jeswr/newn/rdfjs-reasoner/graphy-test.ts:23:3)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Module.m._compile (/home/jeswr/.nvm/versions/node/v18.1.0/lib/node_modules/ts-node/src/index.ts:1455:23)
at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Object.require.extensions.<computed> [as .ts] (/home/jeswr/.nvm/versions/node/v18.1.0/lib/node_modules/ts-node/src/index.ts:1458:12)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:827:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at phase4 (/home/jeswr/.nvm/versions/node/v18.1.0/lib/node_modules/ts-node/src/bin.ts:567:12)
Hi @blake-regalia - thanks for resolving #55. I just tried running an evaluation on the new release - but am running into some problems.
I should note that this problem occurs regardless of whether or not I have
add
ed the relevant quad to the dataset.Code:
Error
Node Version
Dependency versions
The text was updated successfully, but these errors were encountered: