mimical 0.0.7__tar.gz → 0.0.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mimical-0.0.7 → mimical-0.0.8}/PKG-INFO +1 -1
- {mimical-0.0.7 → mimical-0.0.8}/mimical/fitting/fitter.py +2 -2
- {mimical-0.0.7 → mimical-0.0.8}/mimical.egg-info/PKG-INFO +1 -1
- {mimical-0.0.7 → mimical-0.0.8}/setup.py +1 -1
- {mimical-0.0.7 → mimical-0.0.8}/README.md +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/__init__.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/fitting/__init__.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/fitting/prior_handler.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/plotting/__init__.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/plotting/plotting.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/utils/__init__.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical/utils/filter_set.py +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical.egg-info/SOURCES.txt +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical.egg-info/dependency_links.txt +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical.egg-info/requires.txt +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/mimical.egg-info/top_level.txt +0 -0
- {mimical-0.0.7 → mimical-0.0.8}/setup.cfg +0 -0
|
@@ -165,7 +165,7 @@ class mimical(object):
|
|
|
165
165
|
|
|
166
166
|
if self.success != True:
|
|
167
167
|
|
|
168
|
-
print("Sampling failed (
|
|
168
|
+
print("Sampling failed (timeout error).")
|
|
169
169
|
print(" ")
|
|
170
170
|
return {}
|
|
171
171
|
|
|
@@ -195,7 +195,7 @@ class mimical(object):
|
|
|
195
195
|
|
|
196
196
|
def plot_model(self):
|
|
197
197
|
if self.success != True:
|
|
198
|
-
print(f'Failed sampling
|
|
198
|
+
print(f'Failed sampling, cannot plot model for {self.id}.')
|
|
199
199
|
else:
|
|
200
200
|
# Plot and save the median-parameter fit
|
|
201
201
|
Plotter().plot_median(self.images, self.wavs, self.convolved_models, self.samples, list(self.fitter_prior.keys), self.prior_handler)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|