@@ -23,7 +23,7 @@ The exact error you get before upgrading Python is:
Also had to `pip install loguru` in my Python 3.10. This is not critical, as Lem pointed out, because you can always just remove the logging (a single line in the algorithms.py code).
Thereafter everything worked fine. This discussion will now focus on the details of integrating custom algorithms (custom_algo.py) with the interface (algorithms.py).
Thereafter everything worked fine. This discussion will now focus on the details of integrating custom algorithms [custom_algo.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/147) with the interface, [algorithms.py](https://gitlab.syncad.com/peerverity/trust-model-playground/-/snippets/147).