JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create branch for the fixed point additions to the library?

jlperla opened this issue · comments

@pkofod I have another student working on differential equations, and @ChrisRackauckas created a branch and a PR associated with it https://github.com/JuliaDiffEq/DiffEqOperators.jl/tree/univariate_tests and SciML/DiffEqOperators.jl#47 Chris also protected the master branch to prevent people like me from trashing it by accident.

Is that a good workflow to have my student work on the NLsolve and still let me see what they are doing and add documentation/tests? Is this possible (i.e., are you "fancy" enough with github to do that sort of workflow)? If you did that, then you could add @jlperla and @jasmineyang as collaborators and give us write access to non-master branches?