From a652e10b72332232213446240d11b7232a73ed62 Mon Sep 17 00:00:00 2001 From: Nina Miolane Date: Fri, 28 Jan 2022 16:18:32 -0800 Subject: [PATCH] Add recent master --- .codecov.yml | 0 .coveragerc | 0 .deepsource.toml | 0 .flake8 | 0 .github/auto-assign.yml | 0 .github/workflows/build_container.yml | 0 .github/workflows/test_docker.yml | 0 .github/workflows/test_singularity.yml | 0 .gitignore | 0 .pre-commit-config.yaml | 0 README.md | 0 data/4v6x.pdb | 0 docker/Dockerfile | 0 docker/README.md | 0 docker/action.yml | 0 docker/container.png | Bin docker/entrypoint.sh | 0 environment.yml | 0 path_config.yaml | 0 pytest.ini | 0 setup.py | 0 simSPI/__init__.py | 0 simSPI/crd.py | 0 simSPI/fov.py | 0 simSPI/linear_simulator/noise_utils.py | 0 simSPI/linear_simulator/shift_utils.py | 0 simSPI/multislice.py | 0 simSPI/tem.py | 0 simSPI/transfer.py | 0 sim_config.yaml | 0 tests/__init__.py | 0 tests/data/noise_data.npy | Bin tests/data/shift_data.npy | Bin tests/test_crd.py | 0 tests/test_files/4v6x.pdb | 0 tests/test_files/micrograph.npz | Bin tests/test_files/path_config.yaml | 0 tests/test_files/sample_parameter_dict.pkl | Bin tests/test_files/sim_config.yaml | 0 tests/test_fov.py | 0 tests/test_multislice.py | 0 tests/test_noise.py | 0 tests/test_shift.py | 0 tests/test_tem.py | 0 tests/test_transfer.py | 0 45 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .codecov.yml mode change 100644 => 100755 .coveragerc mode change 100644 => 100755 .deepsource.toml mode change 100644 => 100755 .flake8 mode change 100644 => 100755 .github/auto-assign.yml mode change 100644 => 100755 .github/workflows/build_container.yml mode change 100644 => 100755 .github/workflows/test_docker.yml mode change 100644 => 100755 .github/workflows/test_singularity.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .pre-commit-config.yaml mode change 100644 => 100755 README.md mode change 100644 => 100755 data/4v6x.pdb mode change 100644 => 100755 docker/Dockerfile mode change 100644 => 100755 docker/README.md mode change 100644 => 100755 docker/action.yml mode change 100644 => 100755 docker/container.png mode change 100644 => 100755 docker/entrypoint.sh mode change 100644 => 100755 environment.yml mode change 100644 => 100755 path_config.yaml mode change 100644 => 100755 pytest.ini mode change 100644 => 100755 setup.py mode change 100644 => 100755 simSPI/__init__.py mode change 100644 => 100755 simSPI/crd.py mode change 100644 => 100755 simSPI/fov.py mode change 100644 => 100755 simSPI/linear_simulator/noise_utils.py mode change 100644 => 100755 simSPI/linear_simulator/shift_utils.py mode change 100644 => 100755 simSPI/multislice.py mode change 100644 => 100755 simSPI/tem.py mode change 100644 => 100755 simSPI/transfer.py mode change 100644 => 100755 sim_config.yaml mode change 100644 => 100755 tests/__init__.py mode change 100644 => 100755 tests/data/noise_data.npy mode change 100644 => 100755 tests/data/shift_data.npy mode change 100644 => 100755 tests/test_crd.py mode change 100644 => 100755 tests/test_files/4v6x.pdb mode change 100644 => 100755 tests/test_files/micrograph.npz mode change 100644 => 100755 tests/test_files/path_config.yaml mode change 100644 => 100755 tests/test_files/sample_parameter_dict.pkl mode change 100644 => 100755 tests/test_files/sim_config.yaml mode change 100644 => 100755 tests/test_fov.py mode change 100644 => 100755 tests/test_multislice.py mode change 100644 => 100755 tests/test_noise.py mode change 100644 => 100755 tests/test_shift.py mode change 100644 => 100755 tests/test_tem.py mode change 100644 => 100755 tests/test_transfer.py diff --git a/.codecov.yml b/.codecov.yml old mode 100644 new mode 100755 diff --git a/.coveragerc b/.coveragerc old mode 100644 new mode 100755 diff --git a/.deepsource.toml b/.deepsource.toml old mode 100644 new mode 100755 diff --git a/.flake8 b/.flake8 old mode 100644 new mode 100755 diff --git a/.github/auto-assign.yml b/.github/auto-assign.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/test_docker.yml b/.github/workflows/test_docker.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/test_singularity.yml b/.github/workflows/test_singularity.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/data/4v6x.pdb b/data/4v6x.pdb old mode 100644 new mode 100755 diff --git a/docker/Dockerfile b/docker/Dockerfile old mode 100644 new mode 100755 diff --git a/docker/README.md b/docker/README.md old mode 100644 new mode 100755 diff --git a/docker/action.yml b/docker/action.yml old mode 100644 new mode 100755 diff --git a/docker/container.png b/docker/container.png old mode 100644 new mode 100755 diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh old mode 100644 new mode 100755 diff --git a/environment.yml b/environment.yml old mode 100644 new mode 100755 diff --git a/path_config.yaml b/path_config.yaml old mode 100644 new mode 100755 diff --git a/pytest.ini b/pytest.ini old mode 100644 new mode 100755 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 diff --git a/simSPI/__init__.py b/simSPI/__init__.py old mode 100644 new mode 100755 diff --git a/simSPI/crd.py b/simSPI/crd.py old mode 100644 new mode 100755 diff --git a/simSPI/fov.py b/simSPI/fov.py old mode 100644 new mode 100755 diff --git a/simSPI/linear_simulator/noise_utils.py b/simSPI/linear_simulator/noise_utils.py old mode 100644 new mode 100755 diff --git a/simSPI/linear_simulator/shift_utils.py b/simSPI/linear_simulator/shift_utils.py old mode 100644 new mode 100755 diff --git a/simSPI/multislice.py b/simSPI/multislice.py old mode 100644 new mode 100755 diff --git a/simSPI/tem.py b/simSPI/tem.py old mode 100644 new mode 100755 diff --git a/simSPI/transfer.py b/simSPI/transfer.py old mode 100644 new mode 100755 diff --git a/sim_config.yaml b/sim_config.yaml 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/data/noise_data.npy b/tests/data/noise_data.npy old mode 100644 new mode 100755 diff --git a/tests/data/shift_data.npy b/tests/data/shift_data.npy old mode 100644 new mode 100755 diff --git a/tests/test_crd.py b/tests/test_crd.py old mode 100644 new mode 100755 diff --git a/tests/test_files/4v6x.pdb b/tests/test_files/4v6x.pdb old mode 100644 new mode 100755 diff --git a/tests/test_files/micrograph.npz b/tests/test_files/micrograph.npz old mode 100644 new mode 100755 diff --git a/tests/test_files/path_config.yaml b/tests/test_files/path_config.yaml old mode 100644 new mode 100755 diff --git a/tests/test_files/sample_parameter_dict.pkl b/tests/test_files/sample_parameter_dict.pkl old mode 100644 new mode 100755 diff --git a/tests/test_files/sim_config.yaml b/tests/test_files/sim_config.yaml old mode 100644 new mode 100755 diff --git a/tests/test_fov.py b/tests/test_fov.py old mode 100644 new mode 100755 diff --git a/tests/test_multislice.py b/tests/test_multislice.py old mode 100644 new mode 100755 diff --git a/tests/test_noise.py b/tests/test_noise.py old mode 100644 new mode 100755 diff --git a/tests/test_shift.py b/tests/test_shift.py old mode 100644 new mode 100755 diff --git a/tests/test_tem.py b/tests/test_tem.py old mode 100644 new mode 100755 diff --git a/tests/test_transfer.py b/tests/test_transfer.py old mode 100644 new mode 100755