KonradHoeffner / cubeqa

CubeQA—Question Answering on Statistical Linked Data
https://aksw.org/Projects/CubeQA.html
GNU General Public License v3.0
20 stars 5 forks source link

After deserializing cube, duplicated properties get created with different variables #22

Closed KonradHoeffner closed 2 years ago

KonradHoeffner commented 9 years ago

Temporarily disabling the cube cache as a workaround. Problem still occurs, probably getInstance is broken. New workaround using var = "v"+Math.abs(uri.hashCode()), underlying issue still needs to be fixed.