Skip to content

Fix error in MetricsApp's display() method #169

Merged
blondered merged 12 commits intoMTSWebServices:mainfrom
Gooogr:fix/metricsapp_display
Aug 12, 2024
Merged

Fix error in MetricsApp's display() method #169
blondered merged 12 commits intoMTSWebServices:mainfrom
Gooogr:fix/metricsapp_display

Conversation

@Gooogr
Copy link
Copy Markdown
Contributor

@Gooogr Gooogr commented Jul 30, 2024

Description

  • Fix code error local variable fig_widget referenced before assignment after calling display() method of MetricsApp instance.
  • Fix nbformat error after extracting plotly figure from chart. Add nbformat to project dependencies

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Optimization

How Has This Been Tested?

Before submitting a PR, please check yourself against the following list. It would save us quite a lot of time.

  • Have you read the contribution guide?
  • Have you updated the relevant docstrings? We're using Numpy format, please double-check yourself
  • Does your change require any new tests?
  • Have you updated the changelog file?

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (9b3992e) to head (01a4e48).
Report is 70 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #169     +/-   ##
===========================================
  Coverage   100.00%   100.00%             
===========================================
  Files           45        56     +11     
  Lines         2242      3446   +1204     
===========================================
+ Hits          2242      3446   +1204     

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

@feldlime feldlime requested review from blondered and feldlime July 30, 2024 10:25
Comment thread rectools/visuals/metrics_app.py
Comment thread rectools/visuals/metrics_app.py Outdated
Comment thread CHANGELOG.md
Comment thread rectools/visuals/metrics_app.py Outdated
Gooogr and others added 2 commits August 7, 2024 08:31
Co-authored-by: Emiliy Feldman <feldlime@yandex.ru>
Comment thread poetry.lock Outdated
Comment thread CHANGELOG.md
@blondered blondered merged commit 0f4034c into MTSWebServices:main Aug 12, 2024
blondered pushed a commit that referenced this pull request Sep 23, 2024
- Fixed `MetricsApp` `display` method
- Added `nbformat` to dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants