UKZN-Astronomy / corrcal

Python/C code for calibration of quasi-redundant arrays. Different (fixed) algorithm from original corrcal
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Transfer to rasg-affiliates #25

Open piyanatk opened 4 years ago

piyanatk commented 4 years ago

Should we transfer this repository to rasg-affiliates now, if that is allowed? Becoming rasg-affiliates is one of the long-term goals of this repository, and it makes more sense now that we do not only have collaborators from within UKZN.

@steven-murray Do you know if there is any requirement?

steven-murray commented 4 years ago

There are definite requirements: things like having CI setup, having installation instructions, linting, a basic test suite (I think there's some coverage level that they will require, but I can't remember it, and I can't find the document that outlines it). I will contact the group to find the requirements.

At this stage, I'd aim for basic CI setup and coverage tracking, and then contact the group for further info.

steven-murray commented 4 years ago

Do you know how to setup CI @piyanatk ?

steven-murray commented 4 years ago

The list of requirements is on the README here: https://github.com/RadioAstronomySoftwareGroup/RadioAstronomySoftwareGroup.github.io/tree/add_content.

Quote:

RASG-Affiliated Repos, in general, should have:

piyanatk commented 4 years ago

Do you know how to setup CI @piyanatk ?

I have been reading about about it, but no I do not at the moment.

steven-murray commented 4 years ago

To be doing what the cool kids do right now, you should probably go for Github Actions