Closed TheSnoozer closed 1 year ago
@TheSnoozer thanks for the fix, just finished migration to PDM and merging this
Merging this PR leaves code quality unchanged.
Quality metrics | Before | After | Change |
---|---|---|---|
Complexity | 46.00 ⛔ | 46.00 ⛔ | 0.00 |
Method Length | 879.00 ⛔ | 881.00 ⛔ | 2.00 👎 |
Working memory | 32.00 ⛔ | 32.00 ⛔ | 0.00 |
Quality | 4.62% ⛔ | 4.62% ⛔ | 0.00% |
Other metrics | Before | After | Change |
---|---|---|---|
Lines | 189 | 189 | 0 |
Changed files | Quality Before | Quality After | Quality Change |
---|---|---|---|
analysis/backtester_ui.py | 4.62% ⛔ | 4.62% ⛔ | 0.00% |
Here are some functions in these files that still need a tune-up:
File | Function | Complexity | Length | Working Memory | Quality | Recommendation |
---|
The emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.
Please see our documentation here for details on how these metrics are calculated.
We are actively working on this report - lots more documentation and extra metrics to come!
Help us improve this quality report!
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Running a
streamlit run ../analysis/backtester_ui.py
causes aModuleNotFoundError
:The location of
UploadedFile
was changed fromstreamlit.uploaded_file_manager
tostreamlit.runtime.uploaded_file_manager
.