Skip to content

Commit

Permalink
reduce cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Dec 4, 2024
1 parent 65b0715 commit 5addc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def get_steps_stats(self: CollectionStats):
<script>
const learningStepRow = document.querySelector('#learning-steps');
const relearningStepRow = document.querySelector('#relearning-steps');
const cutoff = 86400;
const cutoff = 86400 / 2;
const stability = {results['stability']};
function formatTime (seconds) {{
Expand Down

0 comments on commit 5addc2e

Please sign in to comment.