Skip to content

Commit

Permalink
Flip default to not use vista
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jun 28, 2024
1 parent 69b34f5 commit 3e69ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirar/references/wfcam/wfcam_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def __init__(
components_db_table: Type[BaseDB] | None = None,
query_db_table: Type[BaseDB] | None = None,
skip_online_query: bool = False,
include_vista: bool = True,
include_vista: bool = False,
):
"""
Parameters:
Expand Down

0 comments on commit 3e69ed3

Please sign in to comment.