Skip to content

Commit

Permalink
Move MakePlots to DataIO, the only module using it
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed May 6, 2024
1 parent 8b91ef0 commit d42fa7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cosipy/data_io/BinnedData.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import healpy as hp
import pandas as pd
import matplotlib.pyplot as plt
from cosipy.make_plots import MakePlots
from .make_plots import MakePlots
from cosipy.data_io import UnBinnedData
import logging
import astropy.units as u
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion cosipy/make_plots/__init__.py

This file was deleted.

0 comments on commit d42fa7b

Please sign in to comment.