I get an error-message for the current version 2.0.1 available from "git clone https://github.com/grd349/PBjam.git" when I run the initialization function:
pbjam.star(ID, freq, psd, {"numax": [somevalue, someerr], "dnu": [somevalue, someerr]})
The error is:
AttributeError: module 'pbjam.IO' has no attribute 'get_priorpath'. Did you mean: 'getPriorPath'?
Local modification of the code to the suggested function "getPriorPath" seems to fix the issue.
All the best,
Jeppe