Skip to content

Commit 512db43

Browse files
committed
checking
1 parent 82c26cf commit 512db43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/linear_data_structures/_backend/cpp/arrays/ArrayForTrees.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static void ArrayForTrees_dealloc(ArrayForTrees *self) {
2525
}
2626

2727
static PyObject* ArrayForTrees__modify(ArrayForTrees *self) {
28-
if(((double)self->_num/(double)self->_size) < self->_load_factor){
28+
// if(((double)self->_num/(double)self->_size) < self->_load_factor){
2929
// map<long , long> new_indices;
3030

3131
// // PyObject* arr_new = OneDimensionalArray___new__(&TreeNodeType, reinterpret_cast<PyObject*>(2*self->_num + 1));

0 commit comments

Comments
 (0)