Closed
Description
I am using pythonnet with the .Net library Infer.net (https://dotnet.github.io/infer/ ).
This library has some operator overloading as the '<'.
The following line fail because of the tomorrowsTime < 18.0
part:
probTripTakesLessThan18Minutes = engine.Infer[Bernoulli](tomorrowsTime < 18.0).GetProbTrue()
How to deal with operator overloading in Pythonnet?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels