-
Notifications
You must be signed in to change notification settings - Fork 359
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
Completing pygrb xml to hdf5 transition #4419
Comments
Old command lines are available under the plots and tables in the webpage linked in the issue description. Take one of those, edit it to point to hdf5 files and then start upgrading the scripts. Make sure you run in an environment up to date with gwastro/pycbc/master as it is today. A possible bump in the road is that so far with the new code we have run short, small tests, so I don’t think we have results files with enough background nor files with missed injections. This means your first plots and tables should be empty! However, we do want the codes to be able to produce empty output if the input is not interesting: after we get there, we can run a longer test run and make sure we have meaningful information to display. You can find input files on CIT. Ask me if you need detailed paths. |
@MarcoCusinato is an assignee too, but right now the search in the assignees box is not picking up his user name. |
@MarcoCusinato , @ETVincent , see #4427: this is relevant for you as well. |
A practical way to approach this is to search for |
I have gotten My intent is to get the currently open PRs merged in (those being #4427 and #4443), and then open one for the rest of the changes. I had to update two functions ( Getting these executables running in the workflow will be another task! |
Putting this here to keep the conversation going. |
After the call today, @pannarale mentioned that I needed a clean branch so that I would be able to pull. I have the branch stats_dist_clean that updates only |
Thanks, @ETVincent. Could you open a PR, please? |
Yes of course, #4538 |
For the record, ongoing development for |
@MarcoCusinato, @jakeb245's relevant PRs are through: can you set up your PR for |
#4649 completes the xml to hdf5 switch for |
I am closing this issue. The remaining tasks pertain to the webpage in general, rather than the xml to hdf5 transition. They have been copied over to issue #3660. |
Comparing the latest results webpage to the most complete one generated when using old xml results files, the items missing are
With the exception of the followups which we will handle later, these correspond to 3 scripts that require updating:
pycbc_pygrb_plot_stats_distribution
(assigned to @ETVincent)pycbc_pygrb_page_tables
(assigned to @MarcoCusinato)pycbc_pygrb_efficiency
(assigned to @jakeb245)At the moment these still assume the input files will be xml files, so it’s a matter of getting them to read the hdf5 files we have now and then adjusting the scripts so they navigate those files accordingly to produce the plots/tables.
The text was updated successfully, but these errors were encountered: