TST add summary call to keras 1d and 2d tests. #888
Conversation
|
We dont got a keras 3d frontend fyi. |
I'm not well versed in regexes, got an example of how I could extract what I want from the printed output? |
|
NVM i've figured it out. |
|
i have attempted a rebase from #854 |
|
i think that the test failure stems from loading |
Codecov Report
@@ Coverage Diff @@
## dev #888 +/- ##
=======================================
Coverage 87.94% 87.94%
=======================================
Files 64 64
Lines 2257 2257
=======================================
Hits 1985 1985
Misses 272 272
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
@cyrusvahidi @changhongw can one of you merge this? thanks! |
* TST adding model.summary() to keras 1d tests. Fails without rebasing to dev. * TST adding model.summary() to keras 2d tests. Fails without rebasing to #883 * STY add space * STY indentation * TST now assert * TST now assert * fix Keras tests Co-authored-by: Vincent Lostanlen <vincent.lostanlen@ls2n.fr>
This PR tests if we actually fix an error claimed to be fixed by #883 #882 which resolve issues #775 #801.