Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qsymm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quantum Tinkerer
qsymm
Merge requests
!19
fix multiple warnings
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix multiple warnings
fix_sympy_deprecation
into
master
Overview
2
Commits
9
Pipelines
16
Changes
11
Merged
Anton Akhmerov
requested to merge
fix_sympy_deprecation
into
master
4 years ago
Overview
2
Commits
9
Pipelines
16
Changes
1
Expand
Use the undeprecaded sympy objects and imports
Avoid potentially creating an array of arrays with different shape
Properly use pytest.warns
Update dependencies to match upcoming Kwant
Silence the unfixable warnings from old scipy and sympy in pytest.
Edited
4 years ago
by
Anton Akhmerov
0
0
Merge request reports
Compare
version 10
version 15
677b1c80
4 years ago
version 14
5472cd5b
4 years ago
version 13
b22eefc0
4 years ago
version 12
801c4a4a
4 years ago
version 11
81496485
4 years ago
version 10
99a3ac60
4 years ago
version 9
52d63ebf
4 years ago
version 8
6dbbadb0
4 years ago
version 7
64a907fa
4 years ago
version 6
c2e9f455
4 years ago
version 5
1ed701d7
4 years ago
version 4
6f8236fa
4 years ago
version 3
5f0c3bba
4 years ago
version 2
170ac1e9
4 years ago
version 1
897929e9
4 years ago
master (base)
and
version 11
latest version
5747f5c6
9 commits,
4 years ago
version 15
677b1c80
9 commits,
4 years ago
version 14
5472cd5b
8 commits,
4 years ago
version 13
b22eefc0
8 commits,
4 years ago
version 12
801c4a4a
8 commits,
4 years ago
version 11
81496485
8 commits,
4 years ago
version 10
99a3ac60
8 commits,
4 years ago
version 9
52d63ebf
8 commits,
4 years ago
version 8
6dbbadb0
7 commits,
4 years ago
version 7
64a907fa
6 commits,
4 years ago
version 6
c2e9f455
4 commits,
4 years ago
version 5
1ed701d7
4 commits,
4 years ago
version 4
6f8236fa
3 commits,
4 years ago
version 3
5f0c3bba
2 commits,
4 years ago
version 2
170ac1e9
2 commits,
4 years ago
version 1
897929e9
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
1
−
1
Options
@@ -5,7 +5,7 @@ variables:
import kwant.tests.test_qsymm;
print(os.path.abspath(kwant.tests.test_qsymm.__file__));
image
:
continuumio/miniconda
image
:
continuumio/miniconda
3
## Documentation for the format of this file can be found here:
## https://docs.gitlab.com/ce/ci/yaml/README.html#configuration-of-your-builds-with-gitlab-ci-yml
Loading