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

Rewrite Perspective Jupyterlab and Phosphor API #756

Merged
merged 13 commits into from
Oct 10, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comprehensive example jupyter notebooks
  • Loading branch information
sc1f authored and texodus committed Oct 10, 2019
commit b188321db694e2820cf7035e25051a0032c8d9b2
2 changes: 1 addition & 1 deletion cpp/perspective/test/cpp/simple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ TEST(SCALAR, scalar_repr)
EXPECT_EQ(mktscalar<float>(0).repr(), "f32:v:0");
EXPECT_EQ(mktscalar<t_date>(t_date(0)).repr(), "date:v:0-00-00");
EXPECT_EQ(
mktscalar<t_time>(t_time(0)).repr(), "time:v:1970-01-01 00:00:00.000 UTC");
mktscalar<t_time>(t_time(0)).repr(), "time:v:1970-01-01 00:00:00 UTC");
EXPECT_EQ(mktscalar<const char*>("").repr(), "str:v:");

EXPECT_EQ(mknull(DTYPE_NONE).repr(), "none:i:null");
Expand Down
113 changes: 0 additions & 113 deletions python/perspective/examples/arrow.ipynb

This file was deleted.

Loading