-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade_watchdog #401
Upgrade_watchdog #401
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #401 +/- ##
==========================================
+ Coverage 75.83% 75.87% +0.04%
==========================================
Files 68 68
Lines 7254 7254
==========================================
+ Hits 5501 5504 +3
+ Misses 1753 1750 -3 ☔ View full report in Codecov by Sentry. |
setup.cfg
Outdated
@@ -28,7 +28,7 @@ install_requires = | |||
scp | |||
spiceypy | |||
sunpy>=4.0.1 | |||
watchdog | |||
watchdog==5.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
watchdog==5.0.3 | |
watchdog>=5.0.3 |
assert soop_manager.filecounter == 4 | ||
assert len(soop_manager.soops) == 129 | ||
assert len(soop_manager.observations) == 132 | ||
# if platform.system() != "Darwin": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# if platform.system() != "Darwin": |
dfd5660
to
77ff261
Compare
No description provided.