You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know the code well enough to know what the problem is, but (eg) the two loops could be combined, and the iteration should use for x in list rather than range()
best
Barry
The text was updated successfully, but these errors were encountered:
Hi
Running SLTev sometimes takes excessively long to evaluate (about 10 minutes). An example is available at http://www.statmt.org/bhaddow/SLTev-slow-mwe/
I run with:
Profiling the code, I see that it spends most of its time here:
SLTev/SLTev/delay_modules.py
Line 154 in 2d56dd0
I do not know the code well enough to know what the problem is, but (eg) the two loops could be combined, and the iteration should use
for x in list
rather thanrange()
best
Barry
The text was updated successfully, but these errors were encountered: