Skip to content

Commit

Permalink
Fixed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adzubay committed Jul 14, 2023
1 parent efafc5b commit e923261
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog_tools/plots/basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def plot_fmd_classic(
ax: Optional[plt.Axes] = None,
delta_m: float = 0.1,
color: str = 'blue',
size: int = 3,
size: int = 5,
grid: bool = False,
left: bool = False
) -> plt.Axes:
Expand Down
4 changes: 3 additions & 1 deletion catalog_tools/utils/tests/test_binning.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from catalog_tools.utils.binning import normal_round_to_int, normal_round, get_fmd, get_cum_fmd
from catalog_tools.utils.binning import normal_round_to_int, normal_round
from catalog_tools.utils.binning import bin_to_precision
from catalog_tools.utils.binning import get_fmd, get_cum_fmd


import pytest
import numpy as np
Expand Down

0 comments on commit e923261

Please sign in to comment.