Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Anders Blomdell
LabComm
Commits
a93cdfa7
Commit
a93cdfa7
authored
10 years ago
by
Sven Gestegård Robertz
Browse files
Options
Downloads
Patches
Plain Diff
re-enabled python encoder in user_types example
parent
85c9e4c9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/user_types/Makefile
+4
-4
4 additions, 4 deletions
examples/user_types/Makefile
with
4 additions
and
4 deletions
examples/user_types/Makefile
+
4
−
4
View file @
a93cdfa7
...
@@ -88,8 +88,8 @@ run:
...
@@ -88,8 +88,8 @@ run:
@echo "************ running python decoder (from wiki_example)
:
"
@echo "************ running python decoder (from wiki_example)
:
"
@
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm20141009
@
PYTHONPATH
=
${
LCDIR
}
/lib/python ../wiki_example/example_decoder.py encoded_data_c LabComm20141009
#
@echo "************ running python encoder: *****************"
@echo "************ running python encoder
:
*****************"
#
@PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm20141009
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:
${
GENDIR
}
./example_encoder.py encoded_data_p LabComm20141009
@echo "************ running Java decoder
:
*****************"
@echo "************ running Java decoder
:
*****************"
@
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm.jar:
${
GENDIR
}
Decoder encoded_data_p
@
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm.jar:
${
GENDIR
}
Decoder encoded_data_p
...
@@ -137,8 +137,8 @@ runwcs: Encoder.exe Decoder.exe
...
@@ -137,8 +137,8 @@ runwcs: Encoder.exe Decoder.exe
@echo "************ running C# decoder
:
*****************"
@echo "************ running C# decoder
:
*****************"
@
./Decoder.exe encoded_data_c
@
./Decoder.exe encoded_data_c
#
@echo "************ running python encoder: *****************"
@echo "************ running python encoder
:
*****************"
#
@PYTHONPATH=${LCDIR}/lib/python:${GENDIR} ./example_encoder.py encoded_data_p LabComm20141009
@
PYTHONPATH
=
${
LCDIR
}
/lib/python:
${
GENDIR
}
./example_encoder.py encoded_data_p LabComm20141009
@echo "************ running Java decoder
:
*****************"
@echo "************ running Java decoder
:
*****************"
@
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm.jar:
${
GENDIR
}
Decoder encoded_data_p
@
java
-cp
.:
${
LCDIR
}
/lib/java/labcomm.jar:
${
GENDIR
}
Decoder encoded_data_p
...
...
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