Skip to content

Commit

Permalink
remove __all__ from models init
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Oct 23, 2024
1 parent e8f15ba commit 966937e
Showing 1 changed file with 0 additions and 88 deletions.
88 changes: 0 additions & 88 deletions refl1d/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,91 +47,3 @@
# Deprecated names
def ModelFunction(*args, **kw):
raise NotImplementedError("ModelFunction no longer supported --- use PDF instead")


__all__ = [
### from Bumps ###
"Parameter",
### from .deprecated.magnetic ###
"FreeMagnetic",
"MagneticSlab",
"MagneticStack",
"MagneticTwist",
### bumps_interface ###
"FitProblem",
### experiment ###
"Experiment",
"MixedExperiment",
"plot_sample",
### probe ###
# data_loaders
"NCNR",
"SNS",
"load4",
"load_mlayer",
"save_mlayer",
# instrument
"Monochromatic",
"Pulsed",
# probe
"NeutronProbe",
"PolarizedNeutronProbe",
"PolarizedQProbe",
"Probe",
"ProbeSet",
"QProbe",
"XrayProbe",
### sample ###
# cheby
"ChebyVF",
"FreeformCheby",
"cheby_approx",
"cheby_points",
# flayer
"FunctionalMagnetism",
"FunctionalProfile",
# layers
"Repeat",
"Slab",
"Stack",
# magnetism
"FreeMagnetism",
"Magnetism",
"MagnetismStack",
"MagnetismTwist",
# material
"Compound",
"Material",
"Mixture",
"SLD",
"Slab",
"Stack",
"Vacuum",
# materialdb
"Al2O3",
"Au",
"D2O",
"DHO",
"H2O",
"Ni8Fe2",
"Si",
"air",
"gold",
"heavywater",
"lightheavywater",
"permalloy",
"sapphire",
"silicon",
"water",
# mono
"FreeInterface",
"FreeLayer",
# polymer
"EndTetheredPolymer",
"PolymerBrush",
"PolymerMushroom",
"VolumeProfile",
"layer_thickness",
### utils ###
"sample_data",
]

0 comments on commit 966937e

Please sign in to comment.