Skip to content

Commit

Permalink
Test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidclemens committed Dec 20, 2022
1 parent 25fc577 commit 311b920
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import DataKit.enum.core_fromProperty

classname = mfilename('class');

%d
obj = core_fromProperty(classname,propertyname,value);
end
2 changes: 1 addition & 1 deletion +AnalysisKit/@analysis/plot.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
axesProperties ...
] = parseInputs(varargin{:});

% Define default values
% Define default valuesd
maxFigureSize = getMaxFigureSize;
paperHeight = maxFigureSize(2);
paperWidth = paperHeight/2;
Expand Down
2 changes: 1 addition & 1 deletion +GraphKit/@axesGroup/private/calculateAxesEnvelope.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

binIndex = discretize(obj.CommonAxesData(:,2),obj.CommonAxesEnvelopeBinCount);

% exclude NaNs
% exclude NaNsd
binMask = ~isnan(binIndex);

% bin, axes, min/max
Expand Down
2 changes: 1 addition & 1 deletion +GraphKit/@dataBrushWindow/dataBrushWindow.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
classdef dataBrushWindow < handle
% DATABRUSHWINDOW
% DATABRUSHWINDOWd

properties
Figure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
% runner.run(tests)
% Run:
% tests = matlab.unittest.TestSuite.fromClass(?Tests.AnalysisKit.bigoFluxAnalysis.calculateFluxes_test);
% run(tests)
% run(tests)d

properties
BigoFluxAnalysisInstance
Expand Down
2 changes: 1 addition & 1 deletion ACKNOWLEDGEMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---

fda
## Submodules
**Colormaps**: Please refer to the [Acknowledgements](./+GraphKit/+Colormaps/ACKNOWLEDGEMENTS.md) of the submodule.

Expand Down

0 comments on commit 311b920

Please sign in to comment.