Skip to content
Snippets Groups Projects

Reduce roq memory usage

Merged Colm Talbot requested to merge reduce_roq_memory_usage into master

The way we've set up the ROQ is pretty memory intensive and the weights aren't stored.

This MR will allow us to

  • generate the weights and save them to file (currently json).
  • load these weights in with a much smaller memory footprint in multiple runs.

Going forward we should add an extra job in bilby_pipe that computes the ROQ weights.

@gregory.ashton @cjhaster

Merge request reports

Pipeline #51506 passed

Pipeline passed for 02749009 on reduce_roq_memory_usage

Test coverage 73.00% (67.00%) from 1 job
Approved by

Merged by Paul LaskyPaul Lasky 5 years ago (Mar 4, 2019 11:49pm UTC)

Merge details

  • Changes merged into master with 060da071 (commits were squashed).
  • Deleted the source branch.

Pipeline #51785 passed with warnings

Pipeline passed with warnings for 060da071 on master

Test coverage 73.00% (67.00%) from 1 job

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading