diff options
author | Jeshiba <baconp@gmail.com> | 2017-07-17 10:07:04 -0400 |
---|---|---|
committer | Jeshiba <baconp@gmail.com> | 2017-07-17 10:07:04 -0400 |
commit | 73f5c3f45e5971f9b5c78d0a0fcac23b4561b869 (patch) | |
tree | 51966b1e4581466ef99d3c6794d26e751558c2ea /.gitignore | |
parent | 14d9286898a57e584c29e8cb7ad898fb6f2de053 (diff) |
changed Q; added weyl chamber test.
- Changed Q from Math.Algebra.Field.Base.Q to Rational for better
prelude support despite ugly show functions, see PitmanTransform.hs
line 82
- Added test prop_Pitman_WeylChamber verifying the result of the
Pitman's transform is in the WeylChamber
- Fixed a bug in pitman: added 0 initial condition to the input
paths and removed the first row in the output corresponding to the
initial condition. Otherwise prop_Pitman_Weylchamber won't verify.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp |