You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Equation between two Records fails in python, when the Record Type contains an Option field and the value bound to this field is None. The error message is the following:
TypeError: '<' not supported between instances of 'NoneType' and 'NoneType'
Description
Equation between two
Records
fails in python, when theRecord Type
contains anOption field
and the value bound to this field isNone
. The error message is the following:Repro code
[Please provide the F# code to reproduce the problem or a link to the REPL.
Ideally, it should be possible to easily turn this code into a unit test.](https://fable.io/repl/#?code=MQJwBARAdgrg5gUwC4C4wDECGAjANggOgGEB7EBAGjABYCAmAgBggFgAodkgBwSgx3zEyCTjz4BlAJ4BnJAgC2Q3PgDGSAJYko0ggHFeCEOpXtRvMFNkKCAFQQAPJAQBKCODFyYQAUXtdy0tKa2qZsSJI8YK4qYAC87GCJYADeCUnpAIJgaLJGUHBg3BpaaYkAvqH4SGCYcSlZsWAAcloIFWxVYNh1yQ3Nre3s-upQSABmfBAApNgQYAAUtY3YAJTsQA&html=Q&css=Q)
Reason
The failing function is the following:
@Freymaurer
The text was updated successfully, but these errors were encountered: