-
Notifications
You must be signed in to change notification settings - Fork 4
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
Write run config from ui #261
Conversation
* master: (30 commits) Added explicit is not None to if statement Reapplied line breaks Fix for #247 Fixed number of relations query Fixed remaining col and idx names Changed name of mode to deruiter Update pipeline/pipeline/association.py Update pipeline/pipeline/association.py Update pipeline/pipeline/association.py Update pipeline/pipeline/association.py Changed contains siblings column to render bool fix query with no siblings remove annotate, use computed metrics in db add computation of sources metrics for UI add fields to sources for UI stats calculate nr images and sources, update run add nr images and sources fields to run, help txt Consistent trailing commas Fix lightcurve scaling with error bars (#199) Minor bug fix ... # Conflicts: # pipeline/views.py
* master: justify center for maintainance message changed color of banner, added pipeline CSS add maintainance message based on a config var # Conflicts: # static/css/pipeline.css # templates/base.html
…tips Added tool tips and units to write config form
@srggrs Minor comment on the job config form the I'm happy where this is at now apart from the file writing. If the solution to big jobs is to write it in the config yourself then I feel like we need to have the new line error fixed. I don't care about the line numbers, just so that it writes correctly. |
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.
When the blocking off the Associated Beam Width
is in place this is good to go!
* master: Removed <br> in favour of margins Regenerated migration file Added SNR storage and query # Conflicts: # pipeline/migrations/0001_initial.py
Close #238, fix #251
Please refer to #260 for history