Commit 07df691
fix(postprocess): correct _merge_buffer_entries call convention (#47)
_merge_buffer_entries is a module-level function, not a method on
ModelHistory. Fixes AttributeError when processing recurrent models
with duplicate buffer entries.
Based on gilmoright's contribution in PR #56.
Co-authored-by: gilmoright <artem.dahaka@gmail.com>1 parent 3738449 commit 07df691
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1221 | 1221 | | |
1222 | 1222 | | |
1223 | 1223 | | |
1224 | | - | |
| 1224 | + | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | 1227 | | |
| |||
0 commit comments