-
Notifications
You must be signed in to change notification settings - Fork 23
Delete subsetcube #326
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
base: main
Are you sure you want to change the base?
Delete subsetcube #326
Conversation
Benchmark resultJudge resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTargetBaselineTarget resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoBaseline resultBenchmark Report for /home/runner/work/YAXArrays.jl/YAXArrays.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoRuntime information
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #326 +/- ##
==========================================
+ Coverage 69.80% 70.87% +1.07%
==========================================
Files 14 14
Lines 2113 2081 -32
==========================================
Hits 1475 1475
+ Misses 638 606 -32
🚀 New features to boost your workflow:
|
|
Can this be rebased somehow or is this already solved by another PR? |
This is not used anymore, because the show methods of DimensionalData are used.
This function is not used anymore, because the indexing is now handled in DimensionalData.
95e7760 to
27d91e3
Compare
|
I rebased this and force pushed it again. |
This will delete the subsetcube function which is not used in the code anymore because we are now using the getindex functionality by DimensionalData.
It also tidies up the commented code that was still left from our Axis module