-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retain ROWID coordinates during MS conversion #286
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Would you like to try this out with the backup and restore functionality @landmanbester? |
Yup, will do. Just need to convert some data again |
Let me know if a release containing this functionality would be desirable. |
Hmmm, I got the following error with the latest master
Any idea what's going wrong? |
Not immediately. Is this in a fresh venv? If not and you can reproduce in a fresh VM, can you create a new issue? |
Rerunning in a fresh python3.10 venv now. Will open an issue if the problem persists |
Removing the ROWID coordinate prevents newer formats from mapping back to CASA Measurement Sets.
Backup and restore apps may fail when moving between formats QuartiCal#287
Tests added / passed
If the pep8 tests fail, the quickest way to correct
this is to run
autopep8
and thenflake8
andpycodestyle
to fix the remaining issues.Fully documented, including
HISTORY.rst
for all changesand one of the
docs/*-api.rst
files for new APITo build the docs locally: