odd fun_cmp grading error | topic started 9/13/2002; 12:52:31 AM last post 9/14/2002; 4:28:15 PM |
|
|
Michael Gage - Re: odd fun_cmp grading error 9/14/2002; 4:28:15 PM (reads: 1199, responses: 0) |
Two more comments: You might want to explicitly set the domain so that you don't get division by 0 (or even values very close to 0). You can get further information about how fun_cmp is working by setting the obtion debug => 1. This makes each filter in fun_cmp print out (as a warning) the value of the ans_hash after it operates on it and allows you to check the internal workings of fun_cmp. It is not yet as useful as it might be, but following the printouts and using the code for fun_cmp as a guide you can easily tell if some numerical round off error is causing trouble. Hope this helps. --Mike |