Skip to content

Commit

Permalink
[#159] Renaming ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Nov 13, 2024
1 parent 539a742 commit fd94263
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions datastock/_class03_Bins.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# local
from ._class02_BSplines2D import BSplines2D as Previous
from ._class2 import DataStock2 as Previous
from . import _class03_checks as _checks
from . import _class03_binning as _binning

Expand Down Expand Up @@ -148,4 +148,4 @@ def binning(
# storing
store=store,
store_keys=store_keys,
)
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions datastock/_class04_plots.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@


from ._class2 import *
from . import _plot_as_array
from . import _plot_as_profile1d
from . import _plot_as_mobile_lines
from . import _plot_correlations
from . import _plot_BvsA_as_distribution
from ._class03_Bins import Bins as Previous
from . import _class04_plot_as_array as _plot_as_array
from . import _class04_plot_as_profile1d as _plot_as_profile1d
from . import _class04_plot_as_mobile_lines as _plot_as_mobile_lines
from . import _class04_plot_correlations as _plot_correlations
from . import _class04_plot_BvsA_as_distribution as _plot_BvsA_as_distribution


class DataStock3(DataStock2):
class Plots(Previous):
""" Provide default interactive plots """

# -------------------
Expand Down Expand Up @@ -424,4 +424,4 @@ def plot_BvsA_as_distribution(

__all__ = [
sorted([k0 for k0 in locals() if k0.startswith('DataStock')])[-1]
]
]

0 comments on commit fd94263

Please sign in to comment.