Skip to content

Commit

Permalink
# included to fix the loading and saving errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Nov 7, 2024
1 parent 09f47e2 commit 6c2c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base_concept_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_learn_predict_workflow(self):
with tempfile.TemporaryDirectory() as tmpdirname:
file_path = tmpdirname + '/Predictions'
model.save_best_hypothesis(n=2, path=file_path)
hypotheses = list(model.load_hypotheses(file_path + '.owl'))
hypotheses = list(model.load_hypotheses(file_path + '#.owl'))

# New Individuals
julia = OWLNamedIndividual(IRI.create(self.namespace, 'julia'))
Expand Down

0 comments on commit 6c2c611

Please sign in to comment.