-
```
What steps will reproduce the problem?
1. Install Python 3.3 on Windows XP platform
2. Execute cpplint_unittest.py
3.
What is the expected output? What do you see instead?
Expected no failures…
-
```
What steps will reproduce the problem?
1. Install Python 3.3 on Windows XP platform
2. Execute cpplint_unittest.py
3.
What is the expected output? What do you see instead?
Expected no failures…
-
When the called command has large output, and called with TEE mode, some the of the output is lost.
See these 2 files, for example:
`long_output.py`:
#!/usr/bin/python
for i in xr…
-
First of all, I appreciate of this code that make it all so clear to understand.
Thanks a lot!
Go to topic, I am trying to implement this code on Onion Omega 2+ board, which is Linux based and has…
-
Most examples use one dimensional values using `om:hasValue` (http://www.ontology-of-units-of-measure.org/resource/om-2/hasValue) or http://www.ontology-of-units-of-measure.org/resource/om-2/hasNumeri…
-
manage composition via an input file:
plot1 | arg1 | arg2 | arg3 | fig number
plot2 | ....
sed -n 1p test_plot.txt | awk '{split($0,a,"|"); print a[5] a[4] a[3],a[2],a[1]}'
improve time_seri…
-
-
Error message: no fixture found.
I also did not find the data file to be imported in the project directory.
Finally,
1. many of the files in the project are also python2 syntax.(eg. xrange -> ra…
-
Hello,
I'am a new to python and tensorflow.
I am trying to run the KittiBox.
However, below logs are printed when I run 'train.py''
=========================================================…
-
With spatial raster data it would be good to be able to plot larger-than-memory heatmaps and images, and zoom in to get detail.
I'm not sure how/where this could be implemented, just flagging this…