rwth-acis / REST-OCD-Services

This repository contains the OCD service of WebOCD. In the repository, java based codes of overlapping community detection algorithms (OCDA) can be found.
Apache License 2.0
14 stars 10 forks source link

Fix Triplestore Input Tests Failing #43

Closed MaxKissgen closed 2 years ago

MaxKissgen commented 2 years ago

Currently, the tests for the Import from LMS triplestore are failing. This is likely to some recently made changes to the data that are not accounted for in WebOCD yet. The tests need to be adjusted

MaxKissgen commented 2 years ago

This is definitely due to malformed URIs. I have written the people responsible and an answer is pending

MaxKissgen commented 2 years ago

I have fixed the malformed URIs in the triplestore myself by removing segments of the style "#parent=value" wherever I found it. The additional # they added was what malformed the URIs