dynamometer
                                
                                 dynamometer copied to clipboard
                                
                                    dynamometer copied to clipboard
                            
                            
                            
                        #63. Dynamometer does not support negative block id's
Fixes #63 Submitted the PR on behalf of @fangyurao. The PR was adopted from this commit: https://github.com/fangyurao/dynamometer/commit/0f077a6e8094b2154142f09bd034490fbfebfa85
Great find, thanks @jojochuang ! And sorry for the delay in my response.
I think the current logic is a little more verbose than necessary, can we just use Math#floorMod()?
Hey @jojochuang , I put up a patch using Math.floorMod() to make the logic cleaner in PR #83. Can you take a look and see if you think it looks good?
Also cc @fengnanli