Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Orekit Python Wrapper
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
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
Orekit Labs
Orekit Python Wrapper
Commits
3936c4b6
Commit
3936c4b6
authored
7 years ago
by
Petrus Hyvönen
Browse files
Options
Downloads
Patches
Plain Diff
Pythonwrapper build scripts
parent
1262236d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
orekit-conda-recipe/pyhelpers.py
+4
-0
4 additions, 0 deletions
orekit-conda-recipe/pyhelpers.py
orekit-conda-recipe/run_test.bat
+11
-3
11 additions, 3 deletions
orekit-conda-recipe/run_test.bat
with
15 additions
and
3 deletions
orekit-conda-recipe/pyhelpers.py
+
4
−
0
View file @
3936c4b6
...
...
@@ -16,6 +16,10 @@
"""
This document contains classes that are useful for using the orekit
library in Python.
"""
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
print_function
# Set up the orekit namespace
import
orekit
...
...
This diff is collapsed.
Click to expand it.
orekit-conda-recipe/run_test.bat
+
11
−
3
View file @
3936c4b6
set
JCC_JDK
=
C
:\Program
Files
(
x86
)
\Java\jdk1.6.0_35
set
JAVA_HOME
=
%JCC_JDK%
set
PATH
=
%JCC_JDK%
\jre\bin\client
;
%JCC_JDK%
\bin
;
%JCC_JDK%
\lib
;
%PATH%
\ No newline at end of file
cd
test
python
AltitudeDetectorTest
.py
python
NodeDetectorTest
.py
python
ImpulseManeuverTest
.py
python
BackAndForthDetectorTest
.py
python
KeplerianConverterTest
.py
python
EventHandlerTest
.py
python
AbstractDetectorTest
.py
python
EventDetectorTest
.py
python
SmallManeuverAnalyticalModelTest
.py
python
GroundFieldOfViewDetectorTest
.py
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment