NilsNiggemann / PMFRG.jl

MIT License
1 stars 1 forks source link

Does "setupFromCheckpoint" still exist? #32

Closed mmesiti closed 3 weeks ago

mmesiti commented 3 weeks ago

I see it is still exported in src/PMFRG.jl, but I do not see it defined anywhere.

Looking at the output of git log -p -S setupFromCheckpoint,it seems that the function was deleted in da1b042d83f3dcb38334cc2edb1fc6a34eaaf0bc.

NilsNiggemann commented 3 weeks ago

Ah, I think this function should have never been exported in the first place. The proper API is to use SolveFRG_Checkpoint, which hopefully still works. So I think the solution is to simply remove the statement to export setupFromCheckpoint

NilsNiggemann commented 3 weeks ago

resolved in https://github.com/NilsNiggemann/PMFRG.jl/commit/ef1530ebb1d7e46915ced2176a3b54dce98bee8e