Mahmoud Khattab

Results 7 issues of Mahmoud Khattab

https://github.com/hakaru-CS4ZP6/Syntax-highlighting-for-hakaru So, my team and I are wrapping up our capstone project. Over the course of the project, I made a Syntax highlighting package for Sublime (linked above). It has...

Hi @zaxtax My team and I have been doing working on Hakaru for our undergrad capstone project. We are wrapping things up and writing a paper based on our results....

Fixed up Rayleigh tests so that they no longer fail the 0-test. Also fixed up RoundTrip so it only has 1 set of Rayleigh tests. Weibull to Rayleigh test now...

This got overwritten during hand-merging. I have fixed by inlining and now the test passes.

Fixed up Cauchy tests that have already been merged. Inlined them. Here is their failure now: ``` ### Failure in: 0:RoundTrip:0:0:t_cauchy_add_transformation:1 haskell/Tests/TestTools.hs:130 expected: X1

This one slipped through the cracks. Here's the failure: ``` ### Failure in: 0:RoundTrip:0:3:t_laplace_to_stdChiSq:0 haskell/Tests/TestTools.hs:130 expected: q

The real2int function (which is specified here: http://hakaru-dev.github.io/lang/coercions/) does not seem to be implemented ``` Name not in scope: real2int 30| return real2int(num/(den1*den2)) ^^^^^^^^ Perhaps it is a typo? ```