Skip to content

Commit

Permalink
black updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
humnaawan committed Feb 13, 2025
1 parent c009685 commit 31a1356
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 22 deletions.
3 changes: 1 addition & 2 deletions rubin_sim/maf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
# the GNU General Public License along with this program. If not,
# see <http://www.lsstcorp.org/LegalNotices/>.
#
"""Python interface to the metrics analysis framework.
"""
"""Python interface to the metrics analysis framework."""
from .batches import *
from .db import *
from .maf_contrib import *
Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/hourglass_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Run the hourglass metric.
"""
"""Run the hourglass metric."""

__all__ = ("hourglassPlots",)

Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/metadata_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Some basic physical quantity metrics.
"""
"""Some basic physical quantity metrics."""

__all__ = (
"metadataBasics",
Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/openshutter_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Evaluate the open shutter fraction.
"""
"""Evaluate the open shutter fraction."""

__all__ = ("openshutterFractions",)

Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/skycoverage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Evaluate some bulk properties of the sky coverage
"""
"""Evaluate some bulk properties of the sky coverage"""

__all__ = ("meanRADec", "eastWestBias")

Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/slew_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Sets of slew metrics.
"""
"""Sets of slew metrics."""

__all__ = ("slewBasics",)

Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/time_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Sets of metrics to look at time between visits/pairs, etc.
"""
"""Sets of metrics to look at time between visits/pairs, etc."""

__all__ = ("intraNight", "interNight", "timeGaps", "seasons")

Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/batches/time_sci_batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Sets of metrics to look at impact of cadence on science
"""
"""Sets of metrics to look at impact of cadence on science"""

__all__ = ("phaseGap",)

Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/plots/hg_plotters.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Second generation hourglass plotting classes.
"""
"""Second generation hourglass plotting classes."""

# pylint: disable=too-many-arguments
# pylint: disable=super-init-not-called
Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/run_comparison/archive.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Tools for use of project-generated opsim simulations and analysis.
"""
"""Tools for use of project-generated opsim simulations and analysis."""

__all__ = (
"get_metric_subsets",
Expand Down
3 changes: 1 addition & 2 deletions rubin_sim/maf/run_comparison/summary_plots.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Summary metric plotting functions.
"""
"""Summary metric plotting functions."""

__all__ = (
"normalize_metric_summaries",
Expand Down

0 comments on commit 31a1356

Please sign in to comment.