Closed Zarquan closed 1 year ago
My bad again sorry - as discussed & agreed, assigned to @stvoutsin to fettle.
Patch for this has been committed and merged, and I've recreated v0.1.4 so no need for changing the version on the main gaiadmp repo
Is this done ?
Yep this is done
Running v0.1.4 on a test deployment reveals a problem with the import statements.
The top level
gaiadmpsetup.py
has the following import statements:Using '.' to load the modules from files in the same directory.
The DR2 schema has the following import statement:
which probably needs a '.' to load the eDR3 schema from a module file the same directory.
Alternatively, if the eDR3 schema structures have already been loaded into the main Python module as
edr3
, then it might be possible to access them by using theedr3
prefix in the DR3 schema.Changing
to