Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test eager mode for some model tests #161

Merged
merged 9 commits into from
Sep 25, 2024
Merged

Test eager mode for some model tests #161

merged 9 commits into from
Sep 25, 2024

Conversation

VincentAuriau
Copy link
Collaborator

No description provided.

Copy link
Contributor

github-actions bot commented Sep 24, 2024

Coverage

Coverage Report for Python 3.11
FileStmtsMissCoverMissing
choice_learn/data
   choice_dataset.py6473395%198, 250, 283, 421, 463–464, 589, 724, 738, 840, 842, 937, 957–961, 1140, 1159–1161, 1174–1176, 1204, 1209, 1218, 1235, 1276, 1288, 1302, 1341, 1356, 1361, 1390, 1403, 1438–1439
   indexer.py2372291%20, 31, 45, 60–67, 202–204, 219–230, 265, 291
   storage.py161696%22, 33, 51, 56, 61, 71
   store.py72720%3–275
choice_learn/datasets
   base.py38821345%38, 63–70, 92–98, 120, 144–156, 226, 232–261, 266–335, 350–399, 414–446, 455–522, 608–620, 623–626, 629, 636–647, 651–664, 673–699, 707, 713, 780, 867, 912, 961, 1046, 1131
   expedia.py1029210%27–301
   tafeng.py49198%50
choice_learn/models
   __init__.py12283%13–14
   base_model.py2482092%139, 181, 278, 297, 337, 344, 373, 387, 392, 423–424, 433–434, 633–634, 790, 792–795
   conditional_logit.py23513742%45, 48, 50, 81, 84, 87–91, 94–98, 132, 135, 175–178, 297, 334, 391, 438–576, 593–598, 625–634, 650–671, 696–720, 724–747
   latent_class_base_model.py2802800%3–930
   latent_class_mnl.py60600%3–302
   nested_logit.py29126310%54–82, 124–162, 188, 220, 229–236, 251–274, 284–317, 322, 332–353, 363–364, 398–547, 586–628, 664–707, 724–729, 756–765, 781–802, 827–874, 883–909
   rumnet.py24516035%171–175, 186–218, 235–243, 268–272, 285–317, 334–341, 364–368, 381–417, 432–442, 532, 534, 561–567, 604, 639–683, 722–766, 807–834, 888–940, 970–988, 993, 1032–1086, 1125–1169, 1207–1234
   simple_mnl.py138894%152, 164, 175, 270, 342, 350, 352, 354
   tastenet.py945640%15, 64, 90–104, 140–142, 177–207, 223, 238–254, 273–289
choice_learn/toolbox
   assortment_optimizer.py27270%4–180
   gurobi_opt.py2382380%3–675
   or_tools_opt.py2262260%3–666
TOTAL3856191650% 

Tests Skipped Failures Errors Time
82 0 💤 0 ❌ 0 🔥 58.314s ⏱️

Copy link
Contributor

github-actions bot commented Sep 24, 2024

Coverage

Coverage Report for Python 3.9
FileStmtsMissCoverMissing
choice_learn/data
   choice_dataset.py6473395%198, 250, 283, 421, 463–464, 589, 724, 738, 840, 842, 937, 957–961, 1140, 1159–1161, 1174–1176, 1204, 1209, 1218, 1235, 1276, 1288, 1302, 1341, 1356, 1361, 1390, 1403, 1438–1439
   indexer.py2372291%20, 31, 45, 60–67, 202–204, 219–230, 265, 291
   storage.py161696%22, 33, 51, 56, 61, 71
   store.py72720%3–275
choice_learn/datasets
   base.py38821445%40–41, 63–70, 92–98, 120, 144–156, 226, 232–261, 266–335, 350–399, 414–446, 455–522, 608–620, 623–626, 629, 636–647, 651–664, 673–699, 707, 713, 780, 867, 912, 961, 1046, 1131
   expedia.py1029210%27–301
   tafeng.py49198%50
choice_learn/models
   __init__.py12283%13–14
   base_model.py2482092%139, 181, 278, 297, 337, 344, 373, 387, 392, 423–424, 433–434, 633–634, 790, 792–795
   conditional_logit.py23513742%45, 48, 50, 81, 84, 87–91, 94–98, 132, 135, 175–178, 297, 334, 391, 438–576, 593–598, 625–634, 650–671, 696–720, 724–747
   latent_class_base_model.py2802800%3–930
   latent_class_mnl.py60600%3–302
   nested_logit.py29126310%54–82, 124–162, 188, 220, 229–236, 251–274, 284–317, 322, 332–353, 363–364, 398–547, 586–628, 664–707, 724–729, 756–765, 781–802, 827–874, 883–909
   rumnet.py24516035%171–175, 186–218, 235–243, 268–272, 285–317, 334–341, 364–368, 381–417, 432–442, 532, 534, 561–567, 604, 639–683, 722–766, 807–834, 888–940, 970–988, 993, 1032–1086, 1125–1169, 1207–1234
   simple_mnl.py138894%152, 164, 175, 270, 342, 350, 352, 354
   tastenet.py945640%15, 64, 90–104, 140–142, 177–207, 223, 238–254, 273–289
choice_learn/toolbox
   assortment_optimizer.py27270%4–180
   gurobi_opt.py2362360%3–675
   or_tools_opt.py2262260%3–666
TOTAL3854191550% 

Tests Skipped Failures Errors Time
82 0 💤 0 ❌ 0 🔥 58.691s ⏱️

Copy link
Contributor

github-actions bot commented Sep 24, 2024

Coverage

Coverage Report for Python 3.10
FileStmtsMissCoverMissing
choice_learn/data
   choice_dataset.py6473395%198, 250, 283, 421, 463–464, 589, 724, 738, 840, 842, 937, 957–961, 1140, 1159–1161, 1174–1176, 1204, 1209, 1218, 1235, 1276, 1288, 1302, 1341, 1356, 1361, 1390, 1403, 1438–1439
   indexer.py2372291%20, 31, 45, 60–67, 202–204, 219–230, 265, 291
   storage.py161696%22, 33, 51, 56, 61, 71
   store.py72720%3–275
choice_learn/datasets
   base.py38821345%38, 63–70, 92–98, 120, 144–156, 226, 232–261, 266–335, 350–399, 414–446, 455–522, 608–620, 623–626, 629, 636–647, 651–664, 673–699, 707, 713, 780, 867, 912, 961, 1046, 1131
   expedia.py1029210%27–301
   tafeng.py49198%50
choice_learn/models
   __init__.py12283%13–14
   base_model.py2482092%139, 181, 278, 297, 337, 344, 373, 387, 392, 423–424, 433–434, 633–634, 790, 792–795
   conditional_logit.py23513742%45, 48, 50, 81, 84, 87–91, 94–98, 132, 135, 175–178, 297, 334, 391, 438–576, 593–598, 625–634, 650–671, 696–720, 724–747
   latent_class_base_model.py2802800%3–930
   latent_class_mnl.py60600%3–302
   nested_logit.py29126310%54–82, 124–162, 188, 220, 229–236, 251–274, 284–317, 322, 332–353, 363–364, 398–547, 586–628, 664–707, 724–729, 756–765, 781–802, 827–874, 883–909
   rumnet.py24516035%171–175, 186–218, 235–243, 268–272, 285–317, 334–341, 364–368, 381–417, 432–442, 532, 534, 561–567, 604, 639–683, 722–766, 807–834, 888–940, 970–988, 993, 1032–1086, 1125–1169, 1207–1234
   simple_mnl.py138894%152, 164, 175, 270, 342, 350, 352, 354
   tastenet.py945640%15, 64, 90–104, 140–142, 177–207, 223, 238–254, 273–289
choice_learn/toolbox
   assortment_optimizer.py27270%4–180
   gurobi_opt.py2382380%3–675
   or_tools_opt.py2262260%3–666
TOTAL3856191650% 

Tests Skipped Failures Errors Time
82 0 💤 0 ❌ 0 🔥 59.341s ⏱️

Copy link
Contributor

github-actions bot commented Sep 24, 2024

Coverage

Coverage Report for Python 3.12
FileStmtsMissCoverMissing
choice_learn/data
   choice_dataset.py6473395%198, 250, 283, 421, 463–464, 589, 724, 738, 840, 842, 937, 957–961, 1140, 1159–1161, 1174–1176, 1204, 1209, 1218, 1235, 1276, 1288, 1302, 1341, 1356, 1361, 1390, 1403, 1438–1439
   indexer.py2372291%20, 31, 45, 60–67, 202–204, 219–230, 265, 291
   storage.py161696%22, 33, 51, 56, 61, 71
   store.py72720%3–275
choice_learn/datasets
   base.py38821345%38, 63–70, 92–98, 120, 144–156, 226, 232–261, 266–335, 350–399, 414–446, 455–522, 608–620, 623–626, 629, 636–647, 651–664, 673–699, 707, 713, 780, 867, 912, 961, 1046, 1131
   expedia.py1029210%27–301
   tafeng.py49198%50
choice_learn/models
   __init__.py12283%13–14
   base_model.py2482092%139, 181, 278, 297, 337, 344, 373, 387, 392, 423–424, 433–434, 633–634, 790, 792–795
   conditional_logit.py23513742%45, 48, 50, 81, 84, 87–91, 94–98, 132, 135, 175–178, 297, 334, 391, 438–576, 593–598, 625–634, 650–671, 696–720, 724–747
   latent_class_base_model.py2802800%3–930
   latent_class_mnl.py60600%3–302
   nested_logit.py29126310%54–82, 124–162, 188, 220, 229–236, 251–274, 284–317, 322, 332–353, 363–364, 398–547, 586–628, 664–707, 724–729, 756–765, 781–802, 827–874, 883–909
   rumnet.py24516035%171–175, 186–218, 235–243, 268–272, 285–317, 334–341, 364–368, 381–417, 432–442, 532, 534, 561–567, 604, 639–683, 722–766, 807–834, 888–940, 970–988, 993, 1032–1086, 1125–1169, 1207–1234
   simple_mnl.py138894%152, 164, 175, 270, 342, 350, 352, 354
   tastenet.py945640%15, 64, 90–104, 140–142, 177–207, 223, 238–254, 273–289
choice_learn/toolbox
   assortment_optimizer.py27270%4–180
   gurobi_opt.py2382380%3–675
   or_tools_opt.py2262260%3–666
TOTAL3856191650% 

Tests Skipped Failures Errors Time
82 0 💤 0 ❌ 0 🔥 1m 21s ⏱️

@VincentAuriau VincentAuriau merged commit 2ec81cb into main Sep 25, 2024
4 checks passed
@VincentAuriau VincentAuriau deleted the test-eager branch September 25, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant