Skip to content

Commit

Permalink
final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed May 22, 2024
1 parent 96f8031 commit 188a7ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ performance = [
analytic = [
"sympy",
]
all = ["sunkit-magex[performance,analytic]"]
dev = ["sunkit-magex[all,tests,docs]"]

[project.urls]
Homepage = "https://sunpy.org"
Expand Down
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ filterwarnings =
# Can be removed when https://github.com/dateutil/dateutil/issues/1314 is resolved
# deprecated in Python 3.12, needs a release of dateutil 2.8.3 or higher
ignore:datetime.datetime.utcfromtimestamp():DeprecationWarning
# When we depend on sunpy 6.0.0, this can go
ignore::sunpy.util.exceptions.SunpyMetadataWarning
2 changes: 1 addition & 1 deletion sunkit_magex/pfss/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def is_full_sun_synoptic_map(m, error=False):
return checks[projection](m, error)
else:
raise NotImplementedError(
f'is_full_sun_synoptic_map is only implemented for {list(checks.keys())} projections.'
f'is_full_sun_synoptic_map is only implemented for {list(checks.keys())} projections and not {projection}'
)


Expand Down

0 comments on commit 188a7ee

Please sign in to comment.