Skip to content

Prasia-Pankunni/pycbc_pylal_o3b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

pycbc_pylal_o3b

pylal version that works with old pygrb env

pycbc-pylal repository

This repository contains a stripped down version of lalsuite/pylal for use with PyCBC until the dependencies contained in this repository are retired.

Notes on repository creation

The repository was created from the 0.7.2 v1 release (ER7 release) with the commands:

git init
git remote add -f origin git://ligo-vcs.phys.uwm.edu/lalsuite.git
git checkout pylal-0.7.2-v1
git filter-branch --subdirectory-filter pylal
git checkout -b pylal-0.7.2-branch
git branch -f master pylal-0.7.2-branch
git checkout master
git branch -d pylal-0.7.2-branch
for t in `git tag` ; do git tag -d $t ; done

The repository was then switched to github with

git remote rename origin upstream
git remote add origin git@github.com:ligo-cbc/pycbc-pylal.git
git push -u origin master

pycbc_pylal_o3b

4e42f39 (first commit)

About

pylal version that works with old pygrb env

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages