Skip to content

Commit

Permalink
Merge pull request #10 from stvoutsin/bugfix/imports
Browse files Browse the repository at this point in the history
Fix import of gaiaedr3_pyspark_schema_structures
  • Loading branch information
stvoutsin authored Sep 21, 2022
2 parents feacc54 + 82aa06b commit ec0310d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaiadmpsetup/gaiadr3_pyspark_schema_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@
release_folder = 'GDR3'

# crossmatched table schemas for inclusion in this namespace
from gaiaedr3_pyspark_schema_structures import tmasspscxsc_best_neighbour_schema, twomass_psc_schema, allwise_best_neighbour_schema, allwise_sc_schema, panstarrs1_best_neighbour_schema, panstarrs_dr1_otmo_schema
from .gaiaedr3_pyspark_schema_structures import tmasspscxsc_best_neighbour_schema, twomass_psc_schema, allwise_best_neighbour_schema, allwise_sc_schema, panstarrs1_best_neighbour_schema, panstarrs_dr1_otmo_schema

# dictionary of all tables: key is table name, value = tuple(tuple of schema(s), subfolder containing parquet files)
table_dict = {
Expand Down

0 comments on commit ec0310d

Please sign in to comment.