Skip to content

Commit

Permalink
fix : minor edit in vector_filter.m #119
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Jul 2, 2019
1 parent f5595af commit be86f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MATLAB/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

- For more information about models visit [Documents](https://github.com/ECSIM/opem/tree/master/Documents)

- Note : If you want to generate report (`report_mode = true`) :
- If you want to generate report (`report_mode = true`) :
1. Run MATLAB as administrator
2. Change the MATLAB current folder
3 changes: 1 addition & 2 deletions MATLAB/vector_filter.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
function [ result ] = vector_filter( inp )
%vector_filter Summary of this function goes here
% Detailed explanation goes here
% Replace py.NoneType items with NaN
if isa(inp,'py.NoneType') == 1
result = NaN;
else
Expand Down

0 comments on commit be86f45

Please sign in to comment.