Closed teubert closed 1 year ago
We should also change the documentation of what units can be on line 428 of the lstm_model.py file.
We should also change the documentation of what units can be on line 428 of the lstm_model.py file.
Actually, I disagree on this one. Any way we change it I think it would make this more confusing for the user. I think it's fine to just have it as an undocumented feature and list one sequence type in the documentation.
We should also change the documentation of what units can be on line 428 of the lstm_model.py file.
Actually, I disagree on this one. Any way we change it I think it would make this more confusing for the user. I think it's fine to just have it as an undocumented feature and list one sequence type in the documentation.
Makes sense. I was going to offer a suggested change, but it was a bit hard to come up with one. Leaving it as it is works!
Merging #66 (d650984) into dev (aaa4a6b) will increase coverage by
0.00%
. The diff coverage is25.00%
.
@@ Coverage Diff @@
## dev #66 +/- ##
=======================================
Coverage 84.19% 84.19%
=======================================
Files 99 99
Lines 10110 10111 +1
=======================================
+ Hits 8512 8513 +1
Misses 1598 1598
Impacted Files | Coverage Δ | |
---|---|---|
src/progpy/data_models/lstm_model.py | 7.21% <25.00%> (+0.24%) |
:arrow_up: |
Thank you for opening this PR. Each PR into dev requires a code review. For the code review, look at the following: