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

som-8.0.3 test suite failure #1

Closed
peti opened this issue May 7, 2015 · 1 comment
Closed

som-8.0.3 test suite failure #1

peti opened this issue May 7, 2015 · 1 comment

Comments

@peti
Copy link

peti commented May 7, 2015

Citing from http://hydra.cryp.to/build/801236/log/raw:

Running 1 test suites...
Test suite som-tests: RUNNING...
QuickCheck Data.Datamining.Clustering.PatternQC:
  prop_adjustVector_doesnt_choke_on_infinite_lists: [OK, passed 100 tests]
  prop_zero_adjustment_is_no_adjustment: [OK, passed 100 tests]
  prop_full_adjustment_gives_perfect_match: [OK, passed 100 tests]
  prop_adjustVector_improves_similarity: [OK, passed 100 tests]
QuickCheck Data.Datamining.Clustering.SSOM:
  prop_Exponential_starts_at_r0: [OK, passed 100 tests]
  prop_Exponential_ge_0: [OK, passed 100 tests]
  prop_training_reduces_error: [OK, passed 100 tests]
  prop_classifyAndTrainEquiv: [OK, passed 100 tests]
  prop_diffAndTrainEquiv: [OK, passed 100 tests]
  prop_trainNodeEquiv: [OK, passed 100 tests]
  prop_batch_training_works: [OK, passed 100 tests]
  prop_classification_is_consistent: [OK, passed 100 tests]
  prop_batch_training_works2: [OK, passed 100 tests]
  prop_can_train_incomplete_SSOM: [OK, passed 100 tests]
QuickCheck Data.Datamining.Clustering.SOM:
  prop_DecayingGaussian_starts_at_r0: [OK, passed 100 tests]
  prop_DecayingGaussian_starts_at_w0: [OK, passed 100 tests]
  prop_DecayingGaussian_decays_to_rf: [OK, passed 100 tests]
  prop_DecayingGaussian_shrinks_to_wf: [Failed]
*** Failed! Falsifiable (after 15 tests): 
DecayingGaussianParams 0.297668781475269 4.866357831529604e-2 0.27211083405783915 4.296627312997738e-4 10.273483520404218
(used seed -3159469213844340217)
  prop_global_instant_training_works: [OK, passed 100 tests]
  prop_training_reduces_error: [OK, passed 100 tests]
  prop_classifyAndTrainEquiv: [OK, passed 100 tests]
  prop_diffAndTrainEquiv: [OK, passed 100 tests]
  prop_trainNeighbourhoodEquiv: [OK, passed 100 tests]
  prop_batch_training_works: [OK, passed 100 tests]
  prop_classification_is_consistent: [OK, passed 100 tests]
  prop_batch_training_works2: [OK, passed 100 tests]
  prop_can_train_incomplete_SOM: [OK, passed 100 tests]
QuickCheck Data.Datamining.Clustering.DSOM:
  prop_rougierFunction_zero_if_perfect_model_exists: [OK, passed 100 tests]
  prop_rougierFunction_r_if_bmu_is_bad_model: [OK, passed 100 tests]
  prop_rougierFunction_r_if_inelastic: [OK, passed 100 tests]
  prop_rougierFunction_r_in_bounds: [OK, passed 100 tests]
  prop_global_instant_training_works: [OK, passed 100 tests]
  prop_training_works: [OK, passed 100 tests]
  prop_classifyAndTrainEquiv: [OK, passed 100 tests]
  prop_diffAndTrainEquiv: [OK, passed 100 tests]
  prop_trainNeighbourhoodEquiv: [OK, passed 100 tests]
  prop_batch_training_works: [OK, passed 100 tests]
  prop_batch_training_works2: [OK, passed 100 tests]

         Properties   Total       
 Passed  37           37          
 Failed  1            1           
 Total   38           38          
Test suite som-tests: FAIL
@mhwombat
Copy link
Owner

Thank you for letting me know. Fixed in v8.0.4.

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

No branches or pull requests

2 participants