Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeSeriesLog autocomplete error #9888

Closed
OwenArnold opened this issue Feb 19, 2014 · 1 comment
Closed

TimeSeriesLog autocomplete error #9888

OwenArnold opened this issue Feb 19, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@OwenArnold
Copy link
Contributor

Run this

#!python
w=Load("CNCS_7860")
from time import gmtime, strftime,mktime
from numpy import *
tsp=kernel.FloatTimeSeriesProperty("tsp")

And you'll get this in the latest versions of Mantid

Load successful, Duration 0.41 seconds
Traceback (most recent call last):
  File "/Applications/MantidPlot.app/Contents/MacOS/mantidplotrc.py", line 47, in _ScopeInspector_GetFunctionAttributes
    fattr = getattr(obj,att)
RuntimeError: TimeSeries properties don't have defaults

This message would probably worry users quite a lot.


Keywords: PatchCandidate

@OwenArnold OwenArnold added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@OwenArnold OwenArnold added this to the Release 3.1.1 milestone Jun 3, 2015
@OwenArnold
Copy link
Contributor Author

This issue was originally trac ticket 9045

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants