Skip to content

Comments

Fix flux_type error by treating Enum properly.#113

Merged
monodera merged 1 commit intomainfrom
u/monodera/fix-totalflux
May 20, 2025
Merged

Fix flux_type error by treating Enum properly.#113
monodera merged 1 commit intomainfrom
u/monodera/fix-totalflux

Conversation

@monodera
Copy link
Contributor

Correct options for flux_type by a proper use of Enum.

"--flux-type", help="Flux type for the flux standard star catalog."
),
] = "total",
] = FluxType.total,

Check warning

Code scanning / Pylint (reported by Codacy)

No space allowed around keyword argument assignment Warning

No space allowed around keyword argument assignment
"--flux-type", help="Flux type for the flux standard star catalog."
),
] = "total",
] = FluxType.total,

Check warning

Code scanning / Pylint (reported by Codacy)

No space allowed around keyword argument assignment Warning

No space allowed around keyword argument assignment
@monodera monodera merged commit ca693b9 into main May 20, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant