Skip to content

Draft: small improvements#98

Open
fschloesser wants to merge 7 commits intomasterfrom
small-improvements
Open

Draft: small improvements#98
fschloesser wants to merge 7 commits intomasterfrom
small-improvements

Conversation

@fschloesser
Copy link
Collaborator

@fschloesser fschloesser commented Nov 22, 2022

some small improvements

  • add --all_rows option to piping mode of ipet-parse
  • update requirements
  • update some documentation

@fschloesser fschloesser changed the title small improvements Draft: small improvements Nov 22, 2022
@fschloesser fschloesser requested a review from GregorCH December 19, 2022 12:12
@matbesancon
Copy link

👋 @fschloesser would be awesome to get these improvements in :)

ipet/TestRun.py Outdated
""" Print data to console
"""
if (all_rows):
pd.set_option('display.max_rows', None)
Copy link
Owner

Choose a reason for hiding this comment

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

I find this change a bit too intrusive. Also, I don't see the benefit: I thought that the two removed lines further down take care of displaying all rows. The change you suggest could be executed in ipet-parse directly, with no need to introduce this argument down through all involved methods.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Happy enough to take this out

@GregorCH
Copy link
Owner

If this problem mentioned is resolved, I am happy to accept. I never really got to look at the restructured text documentation, so any improvements are appreciated.

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