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

Issue54 #55

Merged
merged 4 commits into from
Jun 24, 2018
Merged

Issue54 #55

merged 4 commits into from
Jun 24, 2018

Conversation

dilawar
Copy link
Contributor

@dilawar dilawar commented Jun 24, 2018

Related to #54

@@ -264,8 +264,6 @@ def simple_calculations(traj, arg1, simple_kwarg):

myseries = myframe['TC1']

mypanel = pd.Panel({'Item1' : pd.DataFrame(np.ones((4, 3))),'Item2' : pd.DataFrame(np.ones((4, 2)))})

traj.f_add_result('myseries', myseries, comment='dd')
traj.f_store_item('myseries')
traj.f_add_result('mypanel', mypanel, comment='dd')
Copy link
Owner

@SmokinCaterpillar SmokinCaterpillar Jun 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this line, too? Otherwise the tests fail.

@SmokinCaterpillar SmokinCaterpillar merged commit 6f7b8f4 into SmokinCaterpillar:develop Jun 24, 2018
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.

2 participants