PreferredAI / cornac

A Comparative Framework for Multimodal Recommender Systems
https://cornac.preferred.ai
Apache License 2.0
845 stars 138 forks source link

[BUG] Failed test case due to different ordering caused by identical scores #622

Closed lthoang closed 1 month ago

lthoang commented 1 month ago

Description

Related Issues

https://github.com/PreferredAI/cornac/issues/621

Checklist:

darrylong commented 1 month ago

Interesting. Does it mean that sorting was not deterministic for the same list even though the input was in the same order?

lthoang commented 1 month ago

Interesting. Does it mean that sorting was not deterministic for the same list even though the input was in the same order?

Yes. It may due to different OS.