Skip to content

Commit

Permalink
fix: zeldovich using wrong deprecated base class
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Mar 27, 2017
1 parent 7c7cb2f commit d4056fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vaex/test/dataset.py
Expand Up @@ -217,6 +217,11 @@ def test_uncertainty_propagation(self):
distance_std = ds_1.evaluate("distance_uncertainty")[0]
self.assertAlmostEqual(distance_std, distance_std_est,2)

def test_virtual_column_storage(self):
self.dataset.write_meta()
ds = vaex.zeldovich()
ds.write_meta()

def test_add_virtual_columns_cartesian_velocities_to_polar(self):
if 1:
def datasets(x, y, velx, vely):
Expand Down

0 comments on commit d4056fa

Please sign in to comment.