You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem description for the PBjam Hackday:
Problem: Currently only some of the modules in PBjam have unit tests, and those that do are probably not complete and/or tested in a sensible way.
Possible Solution: Have a look at some of the unit tests that are already written for PBjam, and maybe duplicate these to test other parts of PBjam. Some of these may be simple tests that check the shape of an object given some sensible (or not) input, or that a function returns a known value given some predefined input, e.g. 1+1 = 2. Other functions may require more bespoke tests.
This is a problem description for the PBjam Hackday:
Problem: Currently only some of the modules in PBjam have unit tests, and those that do are probably not complete and/or tested in a sensible way.
Possible Solution: Have a look at some of the unit tests that are already written for PBjam, and maybe duplicate these to test other parts of PBjam. Some of these may be simple tests that check the shape of an object given some sensible (or not) input, or that a function returns a known value given some predefined input, e.g. 1+1 = 2. Other functions may require more bespoke tests.
asy_peakbag.py
jar.py
mcmc.py
peakbag.py
plotting.py
prior.py
session.py
star.py
The text was updated successfully, but these errors were encountered: