-
Notifications
You must be signed in to change notification settings - Fork 3
Update installation instructions for conda-forge, add JOSS draft #44
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
Conversation
MSIBI Revamp
Replace `setup.py` with `pyproject.toml`
Update doc strings and readthedocs build
Fix rtd warnings
Converting Trajectories
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| if self.smoothing_order is None: | ||
| self.smoothing_order = 2 | ||
| if self.correction_fit_window is None: | ||
| self.correction_fit_window = 10 |
Check warning
Code scanning / CodeQL
Overwriting attribute in super-class or sub-class Warning
Force
| if self.smoothing_order is None: | ||
| self.smoothing_order = 4 | ||
| if self.correction_fit_window is None: | ||
| self.correction_fit_window = 8 |
Check warning
Code scanning / CodeQL
Overwriting attribute in super-class or sub-class Warning
Force
| try: | ||
| avg = (V[idx + start - 1] + V[idx + start + 1]) / 2 | ||
| V[idx + start] = avg | ||
| except IndexError: |
Check notice
Code scanning / CodeQL
Empty except Note
|
Wrong upstream selected :) |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #44 +/- ##
=======================================
Coverage ? 89.34%
=======================================
Files ? 10
Lines ? 826
Branches ? 0
=======================================
Hits ? 738
Misses ? 88
Partials ? 0
🚀 New features to boost your workflow:
|
No description provided.