ML4GW / aframev2

Detecting binary black hole mergers in LIGO with neural networks
MIT License
5 stars 16 forks source link

`data` project's `cli.py` is out of date #245

Closed wbenoit26 closed 1 month ago

wbenoit26 commented 1 month ago

The cli.py in the data project still references data.timeslide_waveforms and data.waveforms.main, which don't exist anymore. This needs to be updated, as do the instructions in the README.

Also, there's no longer a mechanism for generating training waveforms without using the Task. Should we add some basic functionality to the data project to allow that to happen?