Skip to content

Commit

Permalink
Rename ChunkedArray -> chunked_array files
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoEAF committed Mar 18, 2021
1 parent ac4c334 commit dc78296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions swig/ChunkedArray_API_extensions.i
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*/

%{
#include "../include/LightGBM/utils/ChunkedArray.hpp"
#include "../include/LightGBM/utils/chunked_array.hpp"
%}

%include "../include/LightGBM/utils/ChunkedArray.hpp"
%include "../include/LightGBM/utils/chunked_array.hpp"

using LightGBM::ChunkedArray;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Author: Alberto Ferreira
*/
#include <gtest/gtest.h>
#include "../include/LightGBM/utils/ChunkedArray.hpp"
#include "../include/LightGBM/utils/chunked_array.hpp"

using LightGBM::ChunkedArray;

Expand Down

0 comments on commit dc78296

Please sign in to comment.