Dehann Fourie

Results 303 comments of Dehann Fourie

Hi @lemauee , Just a heads up, after the fixes for RoME 378 (IIF v0.21.2), I'm troubleshooting a new bug trail here for `multihypo=` in the newly consolidated system (post...

@Affie here is a fun test that used to work way back but broke with CSM at some point. This might already work again, and probably a good stress test...

ah wait this still needs the multihypo= keyword update. Don't add it just yet. good to look at for reference in the mean time.

Hi @omus , we just came across this too: ```julia julia> str = string(ZonedDateTime("2020-08-12T12:00:00.000+00:00")) "2020-08-12T12:00:00+00:00" julia> parse(ZonedDateTime, str) ERROR: ArgumentError: Unable to parse date time. Expected directive Delim(.) at char...

Oh, there is also overwriting the `Base.getproperty(obj::MyType, f::Symbol)` when deprecating fields in a struct. And then inside that use `Base.getfield` to avoid stack overflows. Can close this issue on comment...

Hi, just a bump on this issue please. Thanks for considering!

Happened in RoME testing: ```julia [TEST 3] testPose3.jl ============================================================= [ Info: try doautoinit! of x0 [ Info: try doautoinit! of x0 [ Info: init with useinitfct [:x0f1] [ Info: do...

Yes, this test is numerically sensitive and still work in progress. We can separate these tests out like IIF and then rerun just the most sensitive ones. I added these...

good chunk of this is probably already done with recent work. So the remaining TAC is that ScatterAlign runs through and has a test, but okay if the numerics are...

I recently also added an option for alignments on either - #927