Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
data2passcal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Software Public
PASSOFT
data2passcal
Merge requests
!3
Python 2/3 compatibility
代码
评审变更
检出分支
下载
补丁
文本差异
Closed
Python 2/3 compatibility
data2passcal_23
into
master
Overview
27
Commits
6
Pipelines
5
Changes
15
Closed
Maeva Pourpoint
requested to merge
data2passcal_23
into
master
5 years ago
Overview
16
Commits
6
Pipelines
5
Changes
15
Expand
Updated data2passcal to work with both Python 2 and 3.
Resources used: Python-Future project and Futurize tool.
Changes tested using unittest module on individual test methods(tests.test_data2passcal)
Changes tested against real seismic dataset (AB.2002 - 2012)
Added some unit tests to ensure basic functionality of data2passcal
Updated list of platform specific dependencies to be installed when installing data2passcal in dev mode (see setup.py)
Installed and tested data2passcal against Python2.7 and Python3.6 using tox
Formatted Python code to conform to the PEP8 style guide (exception: E722, E712, E501)
Edited
4 years ago
by
Maeva Pourpoint
👍
0
👎
0
Merge request reports
Compare
master
version 6
a717a608
4 years ago
version 5
a717a608
4 years ago
version 4
6c03bb86
4 years ago
version 3
eec67688
4 years ago
version 2
2ba86aec
4 years ago
version 1
f98a9ff3
5 years ago
master (base)
and
version 4
latest version
a717a608
6 commits,
4 years ago
version 6
a717a608
6 commits,
4 years ago
version 5
a717a608
6 commits,
4 years ago
version 4
6c03bb86
5 commits,
4 years ago
version 3
eec67688
3 commits,
4 years ago
version 2
2ba86aec
2 commits,
4 years ago
version 1
f98a9ff3
1 commit,
5 years ago
15 files
+
242
−
137
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
data2passcal/__init__.py
+
1
−
1
Options
@@ -4,4 +4,4 @@
__author__
=
"""
IRIS PASSCAL
"""
__email__
=
'
software-support@passcal.nmt.edu
'
__version__
=
'
20
18.228
'
__version__
=
'
20
20.107
'
Loading