Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing term in ETA calculation #1340

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

sneakers-the-rat
Copy link
Contributor

Fix #1339

Add in missing -dt term so ETA counts down correctly :)

to quote @NickleDave : "I have changed but one line, yet achieved enlightenment in the path I took to change it"
https://neuromatch.social/@nicholdav/111297136870307787
(davey nickles i hereby see your one line PR and raise you one line PR with 40 line test)

Add in missing -dt term so ETA counts down correctly :)
@yarikoptic yarikoptic added the patch Increment the patch version when merged label Oct 27, 2023
@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (04e7c20) 88.79% compared to head (086f103) 88.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1340      +/-   ##
==========================================
+ Coverage   88.79%   88.81%   +0.01%     
==========================================
  Files          76       76              
  Lines       10220    10238      +18     
==========================================
+ Hits         9075     9093      +18     
  Misses       1145     1145              
Flag Coverage Δ
unittests 88.81% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
dandi/download.py 88.12% <100.00%> (+0.16%) ⬆️
dandi/tests/test_download.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yarikoptic
Copy link
Member

typing fails are all unrelated and to be fixed by

@yarikoptic
Copy link
Member

Thank you @sneakers-the-rat !

@yarikoptic yarikoptic merged commit 0fa6075 into dandi:master Oct 27, 2023
20 of 23 checks passed
Copy link

github-actions bot commented Nov 1, 2023

🚀 PR was released in 0.57.0 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing term in ETA calculation
2 participants