-
-
Notifications
You must be signed in to change notification settings - Fork 425
Besancon - added reader #13
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
Conversation
dependencies...)
|
I don't understand why this can't be automatically merged; I'll wait for feedback before trying to merge it. |
|
I think it's because it contains commits that have already been merged (e.g. 'added progressbar code'?). Try rebasing and you'll see it will raise errors. |
dependencies...)
|
I think I messed up the rebase. If I try to rebase now, I get multiple copies of each commit. I'll need to do some research to figure out how to fix it. |
Fix scripts/README.rst bug
Give cache directory path in HITRAN docs
# This is the 1st commit message: I made a lot of tests using AI help - I think it's all right, but I want to review it on github & see what coverage bot says # This is the commit message astropy#2: consolidated tests & expanded to cover `head_safe` cases # This is the commit message astropy#3: remove some cruft # This is the commit message astropy#4: cleanup: remove unused file # This is the commit message astropy#5: some cleanup of flake8 - but the AI choked on the easy task, so I'm not sure things are right any more... # This is the commit message astropy#6: cover the zero-size initial file case # This is the commit message astropy#7: a lot of refactoring because some tests were failing, there were some redundant checks, and there seems to be no reason to return None # This is the commit message astropy#8: compress test parameters and add `cache` to increase coverage # This is the commit message astropy#9: add a note about an uncovered case # This is the commit message astropy#10: flake # This is the commit message astropy#11: add changelog entry # This is the commit message astropy#12: add tests for log level (to test progressbar) # This is the commit message astropy#13: add back removed tests # This is the commit message astropy#14: whitespace # This is the commit message astropy#15: raise an exception if we find a cached file we can't validate
Added a besancon reader that makes use of astropy.io.ascii, but does not require its own class (it just uses the FixedWidth reader)