Skip to content

Commit

Permalink
Single quotes to double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Feb 2, 2022
1 parent dee4316 commit 67ce3d4
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 86 deletions.
90 changes: 45 additions & 45 deletions gammapy/modeling/models/__init__.py
Expand Up @@ -74,51 +74,51 @@
"SPECTRAL_MODEL_REGISTRY",
"TemplateNPredModel",
"TEMPORAL_MODEL_REGISTRY",
'BrokenPowerLawSpectralModel',
'CompoundSpectralModel',
'ConstantFluxSpatialModel',
'ConstantSpatialModel',
'ConstantSpectralModel',
'ConstantTemporalModel',
'create_cosmic_ray_spectral_model',
'create_crab_spectral_model',
'DiskSpatialModel',
'EBLAbsorptionNormSpectralModel',
'ExpCutoffPowerLaw3FGLSpectralModel',
'ExpCutoffPowerLawNormSpectralModel',
'ExpCutoffPowerLawSpectralModel',
'ExpDecayTemporalModel',
'GaussianSpatialModel',
'GaussianSpectralModel',
'GaussianTemporalModel',
'GeneralizedGaussianSpatialModel',
'integrate_spectrum',
'LightCurveTemplateTemporalModel',
'LinearTemporalModel',
'LogParabolaNormSpectralModel',
'LogParabolaSpectralModel',
'MeyerCrabSpectralModel',
'NaimaSpectralModel',
'PiecewiseNormSpectralModel',
'PointSpatialModel',
'PowerLaw2SpectralModel',
'PowerLawNormSpectralModel',
'PowerLawSpectralModel',
'PowerLawTemporalModel',
'scale_plot_flux',
'ScaleSpectralModel',
'Shell2SpatialModel',
'ShellSpatialModel',
'SineTemporalModel',
'SkyModel',
'SmoothBrokenPowerLawSpectralModel',
'SpatialModel',
'SpectralModel',
'SuperExpCutoffPowerLaw3FGLSpectralModel',
'SuperExpCutoffPowerLaw4FGLSpectralModel',
'TemplateSpatialModel',
'TemplateSpectralModel',
'TemporalModel',
"BrokenPowerLawSpectralModel",
"CompoundSpectralModel",
"ConstantFluxSpatialModel",
"ConstantSpatialModel",
"ConstantSpectralModel",
"ConstantTemporalModel",
"create_cosmic_ray_spectral_model",
"create_crab_spectral_model",
"DiskSpatialModel",
"EBLAbsorptionNormSpectralModel",
"ExpCutoffPowerLaw3FGLSpectralModel",
"ExpCutoffPowerLawNormSpectralModel",
"ExpCutoffPowerLawSpectralModel",
"ExpDecayTemporalModel",
"GaussianSpatialModel",
"GaussianSpectralModel",
"GaussianTemporalModel",
"GeneralizedGaussianSpatialModel",
"integrate_spectrum",
"LightCurveTemplateTemporalModel",
"LinearTemporalModel",
"LogParabolaNormSpectralModel",
"LogParabolaSpectralModel",
"MeyerCrabSpectralModel",
"NaimaSpectralModel",
"PiecewiseNormSpectralModel",
"PointSpatialModel",
"PowerLaw2SpectralModel",
"PowerLawNormSpectralModel",
"PowerLawSpectralModel",
"PowerLawTemporalModel",
"scale_plot_flux",
"ScaleSpectralModel",
"Shell2SpatialModel",
"ShellSpatialModel",
"SineTemporalModel",
"SkyModel",
"SmoothBrokenPowerLawSpectralModel",
"SpatialModel",
"SpectralModel",
"SuperExpCutoffPowerLaw3FGLSpectralModel",
"SuperExpCutoffPowerLaw4FGLSpectralModel",
"TemplateSpatialModel",
"TemplateSpectralModel",
"TemporalModel",
]


Expand Down
20 changes: 10 additions & 10 deletions gammapy/modeling/models/spatial.py
Expand Up @@ -24,16 +24,16 @@


__all__ = [
'ConstantFluxSpatialModel',
'ConstantSpatialModel',
'DiskSpatialModel',
'GaussianSpatialModel',
'GeneralizedGaussianSpatialModel',
'PointSpatialModel',
'Shell2SpatialModel',
'ShellSpatialModel',
'SpatialModel',
'TemplateSpatialModel',
"ConstantFluxSpatialModel",
"ConstantSpatialModel",
"DiskSpatialModel",
"GaussianSpatialModel",
"GeneralizedGaussianSpatialModel",
"PointSpatialModel",
"Shell2SpatialModel",
"ShellSpatialModel",
"SpatialModel",
"TemplateSpatialModel",
]


Expand Down
46 changes: 23 additions & 23 deletions gammapy/modeling/models/spectral.py
Expand Up @@ -22,29 +22,29 @@


__all__ = [
'BrokenPowerLawSpectralModel',
'CompoundSpectralModel',
'ConstantSpectralModel',
'EBLAbsorptionNormSpectralModel',
'ExpCutoffPowerLaw3FGLSpectralModel',
'ExpCutoffPowerLawNormSpectralModel',
'ExpCutoffPowerLawSpectralModel',
'GaussianSpectralModel',
'integrate_spectrum',
'LogParabolaNormSpectralModel',
'LogParabolaSpectralModel',
'NaimaSpectralModel',
'PiecewiseNormSpectralModel',
'PowerLaw2SpectralModel',
'PowerLawNormSpectralModel',
'PowerLawSpectralModel',
'scale_plot_flux',
'ScaleSpectralModel',
'SmoothBrokenPowerLawSpectralModel',
'SpectralModel',
'SuperExpCutoffPowerLaw3FGLSpectralModel',
'SuperExpCutoffPowerLaw4FGLSpectralModel',
'TemplateSpectralModel',
"BrokenPowerLawSpectralModel",
"CompoundSpectralModel",
"ConstantSpectralModel",
"EBLAbsorptionNormSpectralModel",
"ExpCutoffPowerLaw3FGLSpectralModel",
"ExpCutoffPowerLawNormSpectralModel",
"ExpCutoffPowerLawSpectralModel",
"GaussianSpectralModel",
"integrate_spectrum",
"LogParabolaNormSpectralModel",
"LogParabolaSpectralModel",
"NaimaSpectralModel",
"PiecewiseNormSpectralModel",
"PowerLaw2SpectralModel",
"PowerLawNormSpectralModel",
"PowerLawSpectralModel",
"scale_plot_flux",
"ScaleSpectralModel",
"SmoothBrokenPowerLawSpectralModel",
"SpectralModel",
"SuperExpCutoffPowerLaw3FGLSpectralModel",
"SuperExpCutoffPowerLaw4FGLSpectralModel",
"TemplateSpectralModel",
]


Expand Down
16 changes: 8 additions & 8 deletions gammapy/modeling/models/temporal.py
Expand Up @@ -15,14 +15,14 @@


__all__ = [
'ConstantTemporalModel',
'ExpDecayTemporalModel',
'GaussianTemporalModel',
'LightCurveTemplateTemporalModel',
'LinearTemporalModel',
'PowerLawTemporalModel',
'SineTemporalModel',
'TemporalModel',
"ConstantTemporalModel",
"ExpDecayTemporalModel",
"GaussianTemporalModel",
"LightCurveTemplateTemporalModel",
"LinearTemporalModel",
"PowerLawTemporalModel",
"SineTemporalModel",
"TemporalModel",
]


Expand Down

0 comments on commit 67ce3d4

Please sign in to comment.