dotnet / infer

Infer.NET is a framework for running Bayesian inference in graphical models
https://dotnet.github.io/infer/
MIT License
1.54k stars 229 forks source link

Add comment to Python test project about solution config #437

Closed kant2002 closed 1 year ago

tminka commented 1 year ago

test_tutorials.py isn't using IronPython. It's ordinary Python.

kant2002 commented 1 year ago

Sorry, I was under impression that if you have .NET runtime, then it's IronPyton. TIL about Python.NET.