-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change allowed_rolldev to use chandra_models #27
Conversation
I put the updated ska_helpers in PYTHONPATH, updated my $SKA/data/chandra_models to the pitch-roll-constraint branch, and ran tests here and get failed tests that chandra_models isn't at 3.47.
This is on linux. Not sure what I'm missing just yet. |
Overall the "repo tip is not at tag" thing keeps biting me. More a ska_helpers issue (if the xija code is going in there) than ska_sun but I could use a "what are we checking and why do we care" overall on this. Did I do something wrong? How is one supposed to work with a test chandra_models? Set some other flag? Make a draft tag? |
@jeanconn, I also bumped on the perhaps this should be a log message or warning instead of an exception, or have some way for a power user/dev to skip this check/exception when working in a development environment? |
@jskrist it looks like it will stop complaining if I add a tag in the testing commit in chandra_models, which is probably a fine work around for the power-testing user. |
b8ba190
to
b174258
Compare
Description
Use the pitch-roll constraint CSV data file in
chandra_models
via the interface inska_helpers.chandra_models
to import the table of pitch vs. off-nominal roll data.Requires
Fixes #26
Interface impacts
No API changes, but smaller available available pitch/roll space available.
Testing
Unit tests
Independent check of unit tests by Jean
Functional tests
No functional testing.