negmas
negmas copied to clipboard
STATIC: black formatting
- Update formatting to black
- Update tox file to check black formatting
Hi Ayan
We are planning a major change in negmas 0.9 which will be released soon. Accepting these changes will lead to too many conflict. Let’s wait until the update is pushed then we can revisit this PR.
thanks yasser
On August 3, 2022 at 16:34:16, Ayan Sengupta @.***) wrote:
- Update formatting to black
- Update tox file to check black formatting
You can view, comment on, or merge this pull request online at:
https://github.com/yasserfarouk/negmas/pull/17 Commit Summary
- 426250c https://github.com/yasserfarouk/negmas/pull/17/commits/426250cbb1b5882504e4792a6dd9394c15e18ad2 STATIC: black formatting
File Changes
(129 files https://github.com/yasserfarouk/negmas/pull/17/files)
- M negmas/checkpoints.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-66f4d422d9d328e47452bddf28c1a28788e667e5b5192a042ef2e108550f6382 (16)
- M negmas/common.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-f96446d208e639d5455af13df5c7632ecad66c01a38798c408746a4183e39fea (16)
- M negmas/concurrent/chain.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-18fee3d7539315b508292077f98ee8f1e5435d24e77f5565a5b2c3e88d8caa3b (96)
- M negmas/config.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-7c8b180fea7d6c5c669f0d741eabc10e40d7960f4a72cf4363aca88c3649d0ae (4)
- M negmas/elicitation/base.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d2ef915ce3f17c70c3188423f1824f635f2ffd93bc0c4082348afc7e44fdeba6 (79)
- M negmas/elicitation/expectors.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b0c29702769000ef9995d47ebea0a05807a4c5dadba0fbf284205e9c242541fc (8)
- M negmas/elicitation/mechanism.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d53a57883f6c785475d26d3d6e5aa3cad7f5206e8fcefd3b0d73c36bf3c714ba (131)
- M negmas/elicitation/pandora.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-a0ad92f4e00c46eb6ac229f57c61e8c61918d2fb7776f67e83c0bac80d8ac273 (43)
- M negmas/elicitation/queries.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-38b2a9e5e29020201fd6ae295013afa5c703da4adc2a3ff8186a37a8b840dfd6 (28)
- M negmas/elicitation/strategy.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-5fc743308c8495cf02b8ff2aaf2d6df451fa62fb2579feb9dfd553adfd8243d7 (37)
- M negmas/elicitation/user.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-2897deba751022013c4a447053a7eaa5c9dae37f2217965df1919382966a62d8 (18)
- M negmas/elicitation/voi.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4acf3cf15715abb70cbd545f6a560bf2155110ee326b7476b972061ed24c6c33 (119)
- M negmas/events.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-309f58424219a6390c8a1e592f692f592c4241334e2388a73cdcf37bbdb16405 (26)
- M negmas/ga.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-3859dde86b0b000d837431d154ed2f4afeeee26c2b56c0d75daaeb4f4a80796f (12)
- M negmas/genius/init.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-2d94125ec8f100216ade9fa98daa36f7367f1956f0adb56a86f877fb7dbf8bd1 (8)
- M negmas/genius/bridge.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-447b0527f66bd920d17af8623d86b96b7ef8fda8ab39bfa2562108ab9d6bb867 (35)
- M negmas/genius/ginfo.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-70928aa4e2b87e2a143d2c8dd346013b9e1b3ff86279cf8792a5b877306a858a (28)
- M negmas/genius/gnegotiators.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-0075576a53bb2c6d534a469769e9dd8b1b53b37f9238a5c1957f0c0449cd9a71 (16)
- M negmas/genius/negotiator.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-ca58c16cf45604f9e2cd53b0c9e3583abe5439babdcc1e5a20c57f7c70458bc1 (63)
- M negmas/helpers/inout.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-eac015e55c471847d9d7e44ac1ef6f1f8c3a596188a88ca507bb315d1b2f98b0 (55)
- M negmas/helpers/logging.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-dda823fb2eaa5dde1e54f3f723eb5b219551dcb769896985a20f2602ace42755 (3)
- M negmas/helpers/misc.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-e5a553aa28f6a16371fa41d7575f188c04f77ab803f1b583dcaee8123764a0b0 (16)
- M negmas/helpers/prob.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-a8598b732f476c81353fedd7180a0f9a2134c33349a7e459194fff80b6815cac (26)
- M negmas/helpers/strings.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-0ef01fa913e383b4c2309635787dc910898eef11c12b6b9d96f0f897e8fc0e4e (20)
- M negmas/helpers/types.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-e62125a5fd63d0c51d33bb5b1bc187c02b2b96b6ca9912a876723e4e70acbc70 (12)
- M negmas/inout.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-ff9a8d26591583406b441caa95c33fd59061a3a7ed64c232c010bd5d97cad010 (60)
- M negmas/mechanisms.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-5f00cf8b9721c1071575382e81faf94aa521c5c7f42f77ffba77dded0ecbac23 (151)
- M negmas/models/acceptance.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-f8a38be6b8e05445058769e429a2b04fbafef6a6eab3a905697358893b654abc (30)
- M negmas/models/future.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-a47c00595f1b070ff4a08e378bd08b95f41d27b3d74489f400cb5e51fe5109e1 (4)
- M negmas/mt.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4f4a603f898eba0194f43cc04ee2a466ed133057430215c75a47238d34bec1dd (21)
- M negmas/negotiators/controlled.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-036146d403c68f0d194ba3cb9ed88d26948eac056f2b16ca12b6c98420d371d8 (4)
- M negmas/negotiators/controller.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-fdf3ce2e9c42199b0f379b3378d4de216eb49b2a0a59062bef1c7baec3527994 (18)
- M negmas/negotiators/helpers.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-18255351614b2a8a2022f0a390d80fd52ba31e2de0b9809893ce695a3cc03282 (25)
- M negmas/negotiators/modular.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-086cda4f8924babe10e972fbffbb0292156fc4a8a5463cb3518dd030e8d74733 (15)
- M negmas/negotiators/negotiator.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b6d98245053a98dd4f05e0a81738f0b2f2240263fff96e17224b4d642f48950e (13)
- M negmas/negotiators/simple.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-afa7d3198ce26f0105b97eaff994bfafe90dc781bc9be258ef5e75eadd4e9202 (30)
- M negmas/outcomes/base_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-fb31415e46d84496528447bb981a7d80e8c48e9bf086c20c0ad217bfde371c92 (50)
- M negmas/outcomes/callable_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-563ddaa5e3326bb4d501358bac64cb6e17060db5f8470d22d85a88c04ad6118f (15)
- M negmas/outcomes/categorical_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-c87c306655d2d85a13892b3b0133bc03f9f5f057af24720a5c459e1ea84d3a1b (8)
- M negmas/outcomes/common.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-8c4a83231af5c8774142e104764ae5c84a9ba1671b98b17195fc8aabbc4c2f97 (4)
- M negmas/outcomes/contiguous_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-8f8d4fec060be1ad2858961f5090b27c64918290a4cd70077528d50a0088f68f (25)
- M negmas/outcomes/continuous_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d0c468a79d0b867c044a406c3ee408e6e8d077ed0f690fb79c0d7272ce1b8ae3 (32)
- M negmas/outcomes/infinite.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-c379f47e206457251c21285ac5b621aa0832f2b3e582072a6d1d991f561e61a5 (11)
- M negmas/outcomes/issue_ops.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b9d177d252069c9983cc751f62c414026faa86d9f0b3442f0a5fc8105b347078 (71)
- M negmas/outcomes/ordinal_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-461df2e5bf27c8f1357b9f190ec5436203a0bd67416ecd2587f6c6000f983955 (9)
- M negmas/outcomes/outcome_ops.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-c92e1659c4aa55cf9678ea3539d7b322cdd17bd7bdc6c2dcbe436f98f1283ee0 (17)
- M negmas/outcomes/outcome_space.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-0840e3013750117fffee38512afea2c61fc662f51db60e9622e7b74a949c31e6 (86)
- M negmas/outcomes/protocols.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-ba7b8e633bf8944ca3c7319f1800d4a9dd2b5e9aa27b772ea6299674d6dd8745 (8)
- M negmas/outcomes/range_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-a74f8a1ed8bfc0d639d1c48e70ce1e9805f194dcd473ee0b762fa2b44bf3d288 (4)
- M negmas/preferences/base_ufun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-83c45de4b71f606abd1868ee1d2f7e8353c49db4e5675eecc272b09c03212116 (92)
- M negmas/preferences/complex.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-1fe75111a67acb2d5b788dbb47989a06fd719098c03f3097c5f41d2bd133f604 (14)
- M negmas/preferences/crisp/init.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-85c7418c439346be132fe681a9675fe671e9d76442f9f23e148bb91b5de18fe0 (7)
- M negmas/preferences/crisp/const.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-c84374e3987389acae14c43c3fb83b6dec8f3b741b5b8b6fd49df159781819ec (9)
- M negmas/preferences/crisp/linear.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-2f79a8c3e524e68abe7040b2fb97f029462d6aaf5caab146ee8d25d58514d0ef (143)
- M negmas/preferences/crisp/mapping.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-ad5f61e6cffb290a351a559c5680215179bf9367200c366fbf20a939826ef79b (16)
- M negmas/preferences/crisp/nonlinear.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-faf1669c49d4df3746365a91083997933053af23cba7ad9d33f2d53a821ca89b (33)
- M negmas/preferences/crisp/rankonly_ufun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-f52ae54b43cfa5c4fed3afa1428ed4adc9f8b373c1ad09cbb49cce326df46fd7 (8)
- M negmas/preferences/crisp_ufun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-fdf9b6bde709c4de952407a62d30499574ca24e3cd060cd15f24ae17befd64e9 (16)
- M negmas/preferences/discounted.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-281707a2cfa0e12822b8c0263313b0f4a442dd0bd8438519f785aa9f29d470c0 (58)
- M negmas/preferences/inv_ufun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-47de6393befca5316af8d1458fbc1cb62563ac14f2fb62d7a9837e28c49d9d4d (44)
- M negmas/preferences/mixins.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4ddcfb62db5b2aeff1d8baa3e12cac5863632da98be031b746618fa8284e04b5 (4)
- M negmas/preferences/ops.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-e9a1e06f944f07e845cf4c39fb12ffbc500ba2972509f96853f2424344fefb64 (24)
- M negmas/preferences/preferences.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-87772b86334f55a1db5cce0dec6ab639f609a0c0ff59fa9d64481b6e241542c3 (10)
- M negmas/preferences/prob/independent.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-7e4b8167f88420fb04454679e9d2c6e257f09879c1e7c8543842d62861316277 (26)
- M negmas/preferences/prob/locscale.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-3db657149dc29abda90abd8fdd48045dc8c659b1d752bc4f1f4c47ef1ea6eb87 (8)
- M negmas/preferences/prob/mapping.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b1581a87297d9036519dd3fd6e9ace71252056e35f398f4e915d701400491811 (9)
- M negmas/preferences/prob_ufun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-606c2b8c07ca120b5be5ce4e4d699844bc53feaa99b46daf95f025a2c3432287 (35)
- M negmas/preferences/protocols.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-97572c199b114e2d9e66997f5d98a5de877df97a11ce0774da913a37e9738a2d (36)
- M negmas/preferences/value_fun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-ce1d8c80f70c6e810c90f47b27343376ca6b83eb4839c8d7573bbfcc445c5872 (80)
- M negmas/sao/init.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-3837f827f502fd8214d9c78a5a69f3a67028fb705009073ab54a49e32cc576dd (7)
- M negmas/sao/components/acceptance.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-91a6cd1fa99fd0131c4a166c99e17bde296096b17b9a6deedd80b2eed1e79cb0 (18)
- M negmas/sao/components/base.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-fa54fc3a39dfdfbae8ccd2df72f66728031fdc0f9a87e97fa0076c59a97bc098 (8)
- M negmas/sao/components/concession.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4b5bacb2e137b90b121933b8acf1dd0fa12fb2b91666a50f737e66a431f948b3 (4)
- M negmas/sao/components/inverter.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-e8b3438d7a8f4c6b151932991dd110efaada40d8ec20957e22cba61bbaf92ce7 (31)
- M negmas/sao/components/models/ufun.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d80eb7a32e310bc840c1a71b60b2b184b3fa6b37280834f7fd6a7aed96e46fd3 (10)
- M negmas/sao/components/offering.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-9822cf18195f5d8551944ba5d37baaa43e62a61ca5a3084adc29d79e4ed5837d (44)
- M negmas/sao/components/selectors.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-2b885117b9ffdbe133c68b2a8b5677a8c05d0b1918489ddcc21d86ff4555e3f7 (29)
- M negmas/sao/controllers.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-bbfba0908fba5ddcb57fe84e7058f7cfeaf6cf058b2acafe8fb898edbeb8e2de (81)
- M negmas/sao/mechanism.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-ecead7253a08ea88deac343df130886bbb63e6cf63ddef9eff376b1e7e709f66 (129)
- M negmas/sao/negotiators/base.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-3702a21586a1075042059a5a3e75ebc8e5770690ab69de6e7709163eecf3794a (16)
- M negmas/sao/negotiators/controlled.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d25caafefc28504efa0da86509ec77c3faf14ce8b113995277a121e97fb1821a (7)
- M negmas/sao/negotiators/modular/mapneg.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-bf5c51131fdd1832d237dd12abee74e43b22098dffe980de43004f2a286b41a9 (8)
- M negmas/sao/negotiators/modular/modular.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-7bb28600ef439d2b076873b7c912bee64a85a52af0d54429078050838ff9c2bf (8)
- M negmas/sao/negotiators/timebased.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d90d8e9377501f52d5ce6adabd887b3e0f73bde41a227ce9e456880846375acd (17)
- M negmas/sao/negotiators/titfortat.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4c8bca9c024bc6da9efc35e329020eeeefcef15e30eb4627f2a5d36101f9441a (12)
- M negmas/sao/plots.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b85b442f9078dda6f33f008a7942d38149190eace05a497da895db6fdf129f6c (42)
- M negmas/scripts/app.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b6dbada28a9c2ed01a3f5b667f85fb87ec57896fc21f13eb79dd2619cf1bedcb (54)
- M negmas/scripts/vendor/quick/quick.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-a915cbef8114e4f3c5f7aa1348e8491b16e0351b63c079eb1056ce570e46ca76 (35)
- M negmas/serialization.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-f7d4464a3bd271510ad81ddaab2fc36e4995eb8c9d568115ebf5f43299863eee (17)
- M negmas/situated/agent.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-a31f0a09daf9d74d33813f585c935f139adde06c2e0d4f8cfa0e7e32c372e829 (31)
- M negmas/situated/awi.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-5f340de1e5693cb26c09468c6bce39ce3bdb16c6c818b6489eb598051c95cb19 (20)
- M negmas/situated/bulletinboard.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-79699328b4696288cf1bb046c799b3ebf25296c7c18daa52e299d56d6f11565e (22)
- M negmas/situated/entity.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-b8aaab902e8a60322e791c7b59b5019b7bb3613388d6be2503f0ce5191d9261b (14)
- M negmas/situated/helpers.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4c0e396721d19077bf984a14dcae93b7e7bf71d01b202954bf83bd6df4f05556 (4)
- M negmas/situated/mechanismfactory.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-af7fa75647aa3e275fc0e6f63a8170d5a895724ca932e85efb47d8a54306885e (26)
- M negmas/situated/mixins.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-c62a2deb1e1a32a16be6c0aa8f87ee432374447662dcae72e4fc8da1cce594a4 (24)
- M negmas/situated/neg.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-6f14ed83e7db3fe03ade30ff1a9d31821778cdf318920eb506581350e5d579e7 (92)
- M negmas/situated/save.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-079c1b181b19de44b08c27a01faefb305710eaa8086bffcca796a8efb37bc86b (3)
- M negmas/situated/simple.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-632f951a38a3317c371a47966c6865e11cc9dc6492c2abae3c2114d0e10e74d2 (4)
- M negmas/situated/world.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-8a1b88c86199947d04f2c969953f68adbf15325764abe14c2794b76fcd51fbb8 (457)
- M negmas/st.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-9102902f522ec7b8c35a0438ed2535d5cda782216a63a0a07826fb999d8a550a (28)
- M negmas/tests/test_genius.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-0d615563e388557c5b83bd97a22e2373bdf071214d8fe5bc18a571ffb8648af9 (28)
- M negmas/tests/test_helpers.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-de94773a208130dd8caec4a4dc4a0ae6ba871faa1324e3776267edb1555e9dfb (8)
- M negmas/tests/test_inout.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-1ed2b3de43ac6d7d91a29d21b07a0bf8f88ab4c19098d098f5daca13acd20281 (8)
- M negmas/tests/test_integration.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-48f229a0f84b3b317625ebda81830020615272c45ad06c9fcb696afe9327bc65 (4)
- M negmas/tests/test_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-d78d008aa1d84a614b671e9e683509717db7a55796f4ca05eb930770565cb27e (6)
- M negmas/tests/test_negotiators.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-df97b8c9500c0bd3e847389094476991fa1967445bcdead7f2a3c26415e18504 (45)
- M negmas/tests/test_outcomes.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-f4b69bd8240da971bd619fb9184fea5ccf1d116279112cde8b67a8ab3bbfbd4d (4)
- M negmas/tests/test_preferences.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-eda667f1ffbd20c3e303518d60943fbc9aa70d64b082e6dda8c2fc8eb1af227f (79)
- M negmas/tests/test_protocols.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-9a729c03ea9d6c7b370bd55160054ad6516d945ff6d94d35ec031b03f02fa5fc (4)
- M negmas/tests/test_situated.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-897579c06fecec4ce5a9ae28e0e788e01f6156473d488c8726b751ad9d800ebf (72)
- M negmas/tests/test_st.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-06e2a93bc366db09beb77175a69a52d3f0a5eb5f93e2aee190927972f6087bd5 (8)
- M negmas/tournaments/neg.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-4f7fc6209968ba312417f55a9a06c42945fe451a6f065c1b55b5b715d4cb202b (19)
- M negmas/tournaments/tournaments.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-826d8a97e3b77ad10abdf6d55c1daeccdca303cef4e2aa3ece47a07b45b49676 (254)
- M negmas/types/named.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-560ba40d032c9481b7b48ab6f6b10098f71386b5230bee740e602be05d10042c (14)
- M negmas/types/rational.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-8c0275ee2f579ccdb1fe9aef07cabf12d270049b796705dd68d854d5cbb5d82e (32)
- M negmas/warnings.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-0853a88b8e27925b96e3009691ed4d68f9fe32729caddcfefa05f724dc7e9af0 (4)
- M tests/switches.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-c30d587da2dbb313a545a4f04335b9c1808205d4cc9e88066d11da2fc4a54fe1 (16)
- M tests/test_base_issue.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-82a25c321fccdd5ec4f2b37f37fc4a74422d075858102368322afc1b8de44394 (8)
- M tests/test_checkpoints.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-010781916068319ae0e510a66f9c98e0f307e54cf478c35815fdbd6ddc836cde (8)
- M tests/test_common.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-556812789bdf8b0b5fa491afe93530be33abb8fd41150bec1da8da6b7c43e064 (4)
- M tests/test_genius.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-0cf9683b0d9b4017d7094a2b20dd07cba30f65edf943b7e4ce852fc7b11f8b96 (60)
- M tests/test_genius_negotiators_all.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-7b9645b0320a747daa10c0736cf69a0bd3538f22c17c178ffc46e8f5e34d5e4c (19)
- M tests/test_inout.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-87b401bbfa64498273f0febd4267d0926bb6d9c19063eb5967706fa5ecaa24a0 (35)
- M tests/test_neg_tournaments.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-756956b6d464cbbc0851a4a8e00ffe8b747544d55e26f62acc8cc9cd336bda70 (8)
- M tests/test_sao.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-7330673f7f0b60e3a1b1b85336f2442e0d00281c78bc1b6aba9a4bb2cd9a7de4 (4)
- M tests/test_sao_slow.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-230744b90195b8e879a7275814d1cd3fb817474e05337745dc9195102b81d4a7 (243)
- M tests/test_trips_world.py https://github.com/yasserfarouk/negmas/pull/17/files#diff-75ee9ea246fce329d9cbccc2b3b0c984cd96950fba20865704f8ccae2f02f9d2 (55)
- M tox.ini https://github.com/yasserfarouk/negmas/pull/17/files#diff-ef2cef9f88b4fe09ca3082140e67f5ad34fb65fb6e228f119d3812261ae51449 (8)
Patch Links:
- https://github.com/yasserfarouk/negmas/pull/17.patch
- https://github.com/yasserfarouk/negmas/pull/17.diff
— Reply to this email directly, view it on GitHub https://github.com/yasserfarouk/negmas/pull/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARYQB7RMS6C23AO6EMPORTVXIOHPANCNFSM55NYSKWA . You are receiving this because you are subscribed to this thread.Message ID: @.***>