Skip to content

Fix missing return statement in time distributed parser#1353

Merged
jmitrevs merged 2 commits into
fastmachinelearning:mainfrom
JanFSchulte:timeDistFix
Aug 5, 2025
Merged

Fix missing return statement in time distributed parser#1353
jmitrevs merged 2 commits into
fastmachinelearning:mainfrom
JanFSchulte:timeDistFix

Conversation

@JanFSchulte

@JanFSchulte JanFSchulte commented Aug 4, 2025

Copy link
Copy Markdown
Contributor

In #1310 the parse_time_distributed_layer function in the keras V2 parser had its return statement amputated. This was hidden in the pytests by the clone stream test hanging in oneAPI, but it now was revealed in the pytests of #1306 where Jovan is fixing those issues. This PR simply fixes that.

Type of change

  • Bug fix (non-breaking change that fixes an issue)

Tests

Time distributed pytests fail currently, work with this fix.

Checklist

All good.

@JanFSchulte JanFSchulte added the bug label Aug 4, 2025
@JanFSchulte

Copy link
Copy Markdown
Contributor Author

pre-commit.ci autofix

@jmitrevs jmitrevs merged commit e02b511 into fastmachinelearning:main Aug 5, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants