Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Apr 14, 2022
1 parent 3942635 commit a9f459d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions protopipe/benchmarks/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

from pathlib import Path

from astropy.table import Table, Column
import astropy.units as u
from scipy.stats import binned_statistic
from scipy.interpolate import RectBivariateSpline
import numpy as np
from astropy.table import Column, Table
from scipy.interpolate import RectBivariateSpline
from scipy.stats import binned_statistic

try:
from ctapipe.io import read_table
Expand Down
2 changes: 1 addition & 1 deletion protopipe/benchmarks/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np

__all__["raise_", "string_to_boolean", "add_stats", "get_fig_size"]
__all__ = ["raise_", "string_to_boolean", "add_stats", "get_fig_size"]


def raise_(ex):
Expand Down

0 comments on commit a9f459d

Please sign in to comment.