diff --git a/docs/conf.py b/docs/conf.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/__init__.py b/src/pyctbn/__init__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/__main__.py b/src/pyctbn/__main__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/__init__.py b/src/pyctbn/legacy/__init__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/estimators/__init__.py b/src/pyctbn/legacy/estimators/__init__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/estimators/fam_score_calculator.py b/src/pyctbn/legacy/estimators/fam_score_calculator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/estimators/parameters_estimator.py b/src/pyctbn/legacy/estimators/parameters_estimator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/estimators/structure_constraint_based_estimator.py b/src/pyctbn/legacy/estimators/structure_constraint_based_estimator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/estimators/structure_estimator.py b/src/pyctbn/legacy/estimators/structure_estimator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/estimators/structure_score_based_estimator.py b/src/pyctbn/legacy/estimators/structure_score_based_estimator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/optimizers/__init__.py b/src/pyctbn/legacy/optimizers/__init__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/optimizers/constraint_based_optimizer.py b/src/pyctbn/legacy/optimizers/constraint_based_optimizer.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/optimizers/hill_climbing_search.py b/src/pyctbn/legacy/optimizers/hill_climbing_search.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/optimizers/optimizer.py b/src/pyctbn/legacy/optimizers/optimizer.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/optimizers/tabu_search.py b/src/pyctbn/legacy/optimizers/tabu_search.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/__init__.py b/src/pyctbn/legacy/structure_graph/__init__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/conditional_intensity_matrix.py b/src/pyctbn/legacy/structure_graph/conditional_intensity_matrix.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/network_generator.py b/src/pyctbn/legacy/structure_graph/network_generator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/network_graph.py b/src/pyctbn/legacy/structure_graph/network_graph.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/sample_path.py b/src/pyctbn/legacy/structure_graph/sample_path.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/set_of_cims.py b/src/pyctbn/legacy/structure_graph/set_of_cims.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/structure.py b/src/pyctbn/legacy/structure_graph/structure.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/trajectory.py b/src/pyctbn/legacy/structure_graph/trajectory.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/structure_graph/trajectory_generator.py b/src/pyctbn/legacy/structure_graph/trajectory_generator.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/__init__.py b/src/pyctbn/legacy/utility/__init__.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/abstract_exporter.py b/src/pyctbn/legacy/utility/abstract_exporter.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/abstract_importer.py b/src/pyctbn/legacy/utility/abstract_importer.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/cache.py b/src/pyctbn/legacy/utility/cache.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/json_exporter.py b/src/pyctbn/legacy/utility/json_exporter.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/json_importer.py b/src/pyctbn/legacy/utility/json_importer.py old mode 100644 new mode 100755 diff --git a/src/pyctbn/legacy/utility/sample_importer.py b/src/pyctbn/legacy/utility/sample_importer.py old mode 100644 new mode 100755 diff --git a/tests/__init__.py b/tests/__init__.py old mode 100644 new mode 100755 diff --git a/tests/estimators/__init__.py b/tests/estimators/__init__.py old mode 100644 new mode 100755 diff --git a/tests/estimators/test_parameters_estimator.py b/tests/estimators/test_parameters_estimator.py old mode 100644 new mode 100755 diff --git a/tests/estimators/test_structure_constraint_based_estimator.py b/tests/estimators/test_structure_constraint_based_estimator.py old mode 100644 new mode 100755 diff --git a/tests/estimators/test_structure_estimator.py b/tests/estimators/test_structure_estimator.py old mode 100644 new mode 100755 diff --git a/tests/estimators/test_structure_score_based_estimator.py b/tests/estimators/test_structure_score_based_estimator.py old mode 100644 new mode 100755 diff --git a/tests/optimizers/__init__.py b/tests/optimizers/__init__.py old mode 100644 new mode 100755 diff --git a/tests/optimizers/test_hill_climbing_search.py b/tests/optimizers/test_hill_climbing_search.py old mode 100644 new mode 100755 diff --git a/tests/optimizers/test_tabu_search.py b/tests/optimizers/test_tabu_search.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/__init__.py b/tests/structure_graph/__init__.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_cim.py b/tests/structure_graph/test_cim.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_networkgenerator.py b/tests/structure_graph/test_networkgenerator.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_networkgraph.py b/tests/structure_graph/test_networkgraph.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_sample_path.py b/tests/structure_graph/test_sample_path.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_setofcims.py b/tests/structure_graph/test_setofcims.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_structure.py b/tests/structure_graph/test_structure.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_trajectory.py b/tests/structure_graph/test_trajectory.py old mode 100644 new mode 100755 diff --git a/tests/structure_graph/test_trajectorygenerator.py b/tests/structure_graph/test_trajectorygenerator.py old mode 100644 new mode 100755 diff --git a/tests/utility/__init__.py b/tests/utility/__init__.py old mode 100644 new mode 100755 diff --git a/tests/utility/test_cache.py b/tests/utility/test_cache.py old mode 100644 new mode 100755 diff --git a/tests/utility/test_json_exporter.py b/tests/utility/test_json_exporter.py old mode 100644 new mode 100755 diff --git a/tests/utility/test_json_importer.py b/tests/utility/test_json_importer.py old mode 100644 new mode 100755 diff --git a/tests/utility/test_sample_importer.py b/tests/utility/test_sample_importer.py old mode 100644 new mode 100755