deepskies / DeepDiagnostics

Inference diagnostics for mostly SBI
MIT License
1 stars 0 forks source link

What's the difference between src and scripts? #59

Closed bnord closed 5 months ago

bnord commented 5 months ago

Scripts plot has a Display class and a pairplot method in that.

Src plot also defines a Display class, but it seems more general.

If I want to add a new plot, where should I start defining that method?

voetberg commented 5 months ago

@bnord

Right now scripts is being depreciated, it is just there right now to keep track of previous work. src/plots/plots is the base abstract class that should be used.