Re: [myhdl-list] _Waiter.diff [was: intbv.saturate, intbv.wrap]
Brought to you by:
jandecaluwe
From: Christopher L. F. <cf...@uc...> - 2008-07-24 12:17:19
|
> > >> This should be a benign change because the previous code simply >> tested >> "if obj". Again the numpy array errors in this test. Explicitly >> testing that obj is not None, "obj != None" prevented the error. > > ... though I think the idiomatic test should be 'obj is not None'. Thanks for the hg information! So I created another bundle that used the test "obj is not None" as you pointed out. And includes the makefile. Ran the tests again. |