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

Feature/10530 pre cut md #85

Merged
merged 25 commits into from Dec 8, 2014
Merged

Feature/10530 pre cut md #85

merged 25 commits into from Dec 8, 2014

Conversation

OwenArnold
Copy link
Contributor

Fixes trac issue #10530

Changes required to the python framework to allow CutMD to be brought in. This is a separation of the high-risk changes from the low-risk ones. CutMD itself is a low risk change.

Needed to expose a few more property types to get this started. All tested.
Particular focus on projection inputs. Also started adding binning information.
Also needed to expose columnnames properly via ITableWorskpace
Use binning boundaries as extents if they define inner limit. Otherwise the original dimension boundaries are used as extents. In either case, the extents need to be transformed
into the new basis.
The tests are right, but the implementation is wrong. We should calculate all extents in the new basis first, then figure out the most conservative
of those to use for the actual extents used in BinMD/SliceMD.
This wan't right first time round.
I want to get the key parts of this in. The python algorithm can relatively safely be added later.
@OwenArnold
Copy link
Contributor Author

test this please

Python lists are printed with different spacing so things shifted slightly when using a list for getColumnNames
Refs #10530
@martyngigg martyngigg self-assigned this Dec 8, 2014
@martyngigg martyngigg added this to the Release 3.3 milestone Dec 8, 2014
@martyngigg
Copy link
Member

It looks as if the final commit has not been pushed to the branch on github. Trac sees a commit that has made it to develop but is not on this branch. A simple git push origin feature/10530_pre_cut_md should do

@OwenArnold
Copy link
Contributor Author

This branch is fine. I added a few more commits to this branch in preparation to adding the actual algorithm so that I could rebase onto Master when these changes go through.

@martyngigg martyngigg merged commit c0e3414 into master Dec 8, 2014
@martyngigg martyngigg deleted the feature/10530_pre_cut_md branch December 8, 2014 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants