Skip to content

Commit

Permalink
chore(deps): update minor updates (master) (#160)
Browse files Browse the repository at this point in the history
* chore(deps): update minor updates

* chore: shiny for mypy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jakob van Santen <jvansanten@gmail.com>
  • Loading branch information
renovate[bot] and jvansanten authored Sep 12, 2024
1 parent 27690b5 commit 1309dc2
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
format: true
lint: true
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.12.4"
python-version: "3.12.6"
2 changes: 1 addition & 1 deletion ampel/ztf/alert/ZTFFPbotForcedPhotometryAlertSupplier.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ def __next__(self) -> AmpelAlertProtocol:

y_min = 10 ** ((self.pivot_zeropoint - 20) / 2.5)
ax.set_ylim(
[-y_min, y_max * 1.4]
(-y_min, y_max * 1.4)
) # Bottom limit set based on sample runs

plt.tight_layout()
Expand Down
Loading

0 comments on commit 1309dc2

Please sign in to comment.