dotnet / infer

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

MessageFcnInfo does not check for AllTriggersAttribute #462

Closed tminka closed 7 months ago

tminka commented 7 months ago

Fixes #461

kant2002 commented 7 months ago

Isn’t issue appear on the next call to IsDefined?

tminka commented 7 months ago

You mean line 153? Why would that have an issue?

kant2002 commented 7 months ago

NP. I for some reason assume that other attributes are IconpilerAttributes too. Sorry to bother

kant2002 commented 7 months ago

Also, does this PR produce Nuget package, or should I wait for some event to receive update?

tminka commented 7 months ago

PRs do not produce NuGet packages. That happens in a separate pipeline.

tminka commented 7 months ago

The NuGets are updated.