Skip to content

Update/perf: generic plot/mpl_plot#692

Open
younesdessia wants to merge 5 commits into
devfrom
update/plot
Open

Update/perf: generic plot/mpl_plot#692
younesdessia wants to merge 5 commits into
devfrom
update/plot

Conversation

@younesdessia

Copy link
Copy Markdown
Contributor
  • What kind of changes does this PR introduce?
  • Bug fix
  • new features
  • performance
  • docs update
  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
  • Yes:
  • No
  • Other information:

@younesdessia younesdessia requested a review from GhislainJ May 13, 2024 09:24
@younesdessia younesdessia added the Status: Ready for review PR is ready to be reviewed. Should pass CI label May 13, 2024
Comment thread dessia_common/core.py Outdated
raise NotImplementedError(msg)
methods = get_method_from_selector_name(class_=self.__class__, selector_name=selector_name)
if not methods:
warnings.warn("There are no methods in this class that contain a 'plot_date_view' decorator.")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you wanna say 'plot_data_view' ?

@younesdessia younesdessia May 29, 2024

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, I correct that, thank's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Ready for review PR is ready to be reviewed. Should pass CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants