Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mantidproject/mantid

mpatrou closed a pull request on mantidproject/mantid
AlgoTimeRegister addtime/Init export to python - ornl-next
### Description of work Original PR from [AlgoTimeRegister addtime/Init export to python #38175](https://github.com/mantidproject/mantid/pull/38175) commits cherry-picked from the related branch `...
thomashampson created a comment on an issue on mantidproject/mantid
For me the help opens fine on Ubuntu 20.04 It also works on IDAaaS

View on GitHub

jmborr created a review on a pull request on mantidproject/mantid
@rosswhitfield you wrote: > I don't know if I fully understand the behavior we are after. So from what I can gather we need ExtractMask to be able to create a workspace that only has one detecto...

View on GitHub

martyngigg created a branch on mantidproject/mantid

implement_PythonObjectProperty - Main repository for Mantid code

robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Fix wild import warnings in system tests 5df198e

View on GitHub

thomashampson pushed 29 commits to release-next mantidproject/mantid
  • Add outputs of running release_editor.py Ran release_editor.py script and commited the resulting changes 81eaa20
  • Edit diffraction.rst 2a36f9d
  • Edit direct_geometry.rst 3243e92
  • Edit framework.rst e6fd963
  • Edit indirect_geometry.rst 3822a4b
  • Edit inelastic.rst 0b83345
  • Edit mantidworkbench.rst efb30f6
  • Edit muon.rst 099b6f2
  • Edit reflectometry.rst 72cd651
  • Edit sans.rst 4cbf609
  • Add images to diffraction.rst f4cded1
  • Fix warnings in building docs df009ba
  • Add figures to framework.rst 5862bf5
  • Changed place of CompareWorkspaces release note 92cc76f
  • Add figures to inelastic.rst 672d411
  • Add figure to mantidworkbench.rst db02541
  • Add figure to reflectometry.rst 7e7111a
  • Add figure to sans.rst 7b5e8a0
  • Add highlights to index.rst - Added highlights - Added figure ea62938
  • Release notes grammatical fixes Co-authored-by: Jonathan Haigh <[email protected]> Co-author... 0abfed7
  • and 9 more ...

View on GitHub

thomashampson closed a pull request on mantidproject/mantid
Release notes for 6.11
### Description of work This PR contains the bulk of the edited release notes #### Summary of work <!-- Please provide a short, high level description of the work that was done. --> Went o...
rbauststfc created a review comment on a pull request on mantidproject/mantid
I'm wondering if data calculations like this one and the phasequad calculation on line 275 might be better in the model, assuming they work OK there?

View on GitHub

rbauststfc created a review comment on a pull request on mantidproject/mantid
Is it worth wrapping this in a `remove_phasequad` method on the model, as it seems to be used in two places?

View on GitHub

rbauststfc created a review comment on a pull request on mantidproject/mantid
Should these `phasequad_calculation_thread` properties be using the `self._phasequad_calculation_thread` variable?

View on GitHub

rbauststfc created a review comment on a pull request on mantidproject/mantid
Just a thought, but looking at where `self.model.current_alg` is used, instead of exposing properties for `current_alg` could the model potentially just provide a `cancel_current_alg()` method that...

View on GitHub

rbauststfc created a review on a pull request on mantidproject/mantid
Thanks for this, looks great and is functionally all working well when I ran the manual tests through. I noticed one typo in the phasequad thread properties, and had a couple of other thoughts w...

View on GitHub

rbauststfc created a review on a pull request on mantidproject/mantid
Thanks for this, looks great and is functionally all working well when I ran the manual tests through. I noticed one typo in the phasequad thread properties, and had a couple of other thoughts w...

View on GitHub

jclarkeSTFC created a comment on an issue on mantidproject/mantid
`pytest` can discover and run `unittest` tests, we experimented with this at the recent developer meeting, so the first point from the proposed solution above is not needed.

View on GitHub

Despiix created a comment on an issue on mantidproject/mantid
I have developed a methodology for my code in a very trivial form to use 3 basic equations to retrieve a normal dist curve out of the set of random variables provided So I am guessing that the ...

View on GitHub

rboston628 pushed 1 commit to ewm7196-replace-comparisons mantidproject/mantid

View on GitHub

thomashampson created a comment on an issue on mantidproject/mantid
@cailafinn here is the issue I was talking about

View on GitHub

thomashampson reopened an issue on mantidproject/mantid
Investigate using ctest to run system tests
**Describe the outcome that is desired.** Currently we have our own system test running scripts, but there would be benefits to running them using ctest instead. **Describe any solutions you ar...
GuiMacielPereira created a branch on mantidproject/mantid

alcdataloadingpresenter-qobject - Main repository for Mantid code

jhaigh0 created a comment on an issue on mantidproject/mantid
I'm also thinking that these are very parallel issues, so it would make sense to solve them with the same style of solution.

View on GitHub

jhaigh0 created a comment on an issue on mantidproject/mantid
Just to say, I'm working on #38009 and you will find that the ALCPeakFitting Model and View are referenced directly by `ALCInterface.cpp` I am going to fix the cases where it is using ALCBaselineM...

View on GitHub

rbauststfc opened an issue on mantidproject/mantid
ReflectometryReductionOneAuto fails to look up exponential algorithm parameters
<!-- Issues which impact security should have a Vulnerability label added to them --> <!-- If this issue is raised on behalf of a user they should be named here. **Original reporter:** [usernam...
robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Fix wild import warnings in system tests 10bc6e3

View on GitHub

waruna-wickramasingha closed a pull request on mantidproject/mantid
test file#
### Description of work #### Summary of work <!-- Please provide a short, high level description of the work that was done. --> <!-- Why has this work been done? If there is no linked issue...
waruna-wickramasingha opened a pull request on mantidproject/mantid
test file#
### Description of work #### Summary of work <!-- Please provide a short, high level description of the work that was done. --> <!-- Why has this work been done? If there is no linked issue...
thomashampson created a comment on a pull request on mantidproject/mantid
Please hold off on this because there is an upstream fix that has been published.

View on GitHub

robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Fix wild import warnings in system tests 6a28967

View on GitHub

rbauststfc opened an issue on mantidproject/mantid
ReflectometryReductionOneLiveData rewrites input workspace spectra
<!-- Issues which impact security should have a Vulnerability label added to them --> **Original reporter:** Max at ISIS **Describe the bug** <!-- A clear and concise description of what the...
robertapplin pushed 3 commits to 0-wild-imports2 mantidproject/mantid
  • Remove wild imports from workflow algorithms ba16a87
  • Fix remaining wild imports in Framework folder 89f0648
  • Fix wild import warnings in system tests cb10041

View on GitHub

robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Remove wild imports from workflow algorithms 891340f

View on GitHub

Load more