Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vcsaddons histo polar #2025

Merged
merged 27 commits into from
Jun 11, 2016
Merged

Vcsaddons histo polar #2025

merged 27 commits into from
Jun 11, 2016

Conversation

aashish24
Copy link
Contributor

No description provided.

@aashish24
Copy link
Contributor Author

Ref: #1999

@aashish24
Copy link
Contributor Author

@chaosphere2112 cdtime.reltime is a function and not a class so the change

isinstance(v, cdtime.reltime) is invalid and that's why broke many tests on my machine. I pushed a fix on this branch and also created a ticket for it (#2026). I think both reltime and comptime should be classes (as you and I would expect).

@aashish24 aashish24 force-pushed the vcsaddons_histo_polar branch from 7f5498b to fb306a3 Compare June 11, 2016 12:51
@aashish24
Copy link
Contributor Author

this is ready to be merged now. I am going to do a clean build run all the tests and merge it.

@aashish24 aashish24 merged commit cc0a870 into master Jun 11, 2016
@aashish24 aashish24 deleted the vcsaddons_histo_polar branch June 11, 2016 18:29
@danlipsa
Copy link
Contributor

danlipsa commented Jun 12, 2016

@chaosphere2112 @aashish24
534 - vcs_addons_test_histogram_defaults (Failed)
535 - vcs_addons_test_histogram_inherit (Failed)
536 - vcs_addons_test_polar (Failed)
537 - vcs_addons_test_polar_inherit (Failed)
538 - vcs_addons_test_convert_arrays (Failed)
539 - vcs_addons_test_polar_degrees (Failed)
540 - vcs_addons_test_polar_annual (Failed)
541 - vcs_addons_test_polar_diurnal (Failed)
542 - vcs_addons_test_polar_seasonal (Failed)
543 - vcs_addons_test_polar_semidiurnal (Failed)
fail for me on the master branch.

For the first test I get:
[~/projects/uvcdat/build]$ "/home/danlipsa/projects/uvcdat/build/install/bin/python" "/home/danlipsa/projects/uvcdat/src/testing/vcsaddons/test_vcs_addons_histogram_defaults.py" "/home/danlipsa/projects/uvcdat/build/uvcdat-testdata/baselines/vcsaddons/test_vcs_addons_histogram_defaults.png"
Traceback (most recent call last):
File "/home/danlipsa/projects/uvcdat/src/testing/vcsaddons/test_vcs_addons_histogram_defaults.py", line 12, in
histo.plot(vals, bg=True, x=x)
File "/home/danlipsa/projects/uvcdat/build/install/lib/python2.7/site-packages/vcsaddons/histograms.py", line 132, in plot
dsp = template.plot(data,self,bg=bg)
TypeError: plot() takes at least 4 arguments (4 given)

Do I have to install something?

@chaosphere2112
Copy link
Contributor

@danlipsa There was an update to vcs in addition to the update to vcsaddons; that might be the source of your problems, not sure.

@aashish24
Copy link
Contributor Author

@danlipsa I didn't see these failures on my machine when built from scratch. I will have a look tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants