Skip to content

Conversation

@sujal-tipnis
Copy link
Contributor

No description provided.

@akaszynski
Copy link
Contributor

Binary files should be moved out of this repo and into the https://github.com/pyansys/example-data repository. Create a PR with the data and I'll be sure to review/merge it.

@sujal-tipnis
Copy link
Contributor Author

@mkundu1 There seems to be an issue while building documentation for these scripts.
This is how the error looks like:

image

@mkundu1
Copy link
Contributor

mkundu1 commented Mar 31, 2022

@mkundu1 There seems to be an issue while building documentation for these scripts. This is how the error looks like:

image

@sujal-tipnis Please remove session.exit() or del session statements from the script. These are known to cause problems with doc build. Also please rebase/merge with the latest main branch (to have the PR #241's changes).

@sujal-tipnis
Copy link
Contributor Author

Have to rebase with main. Hence will close this PR and start another one with the latest changes.

@sujal-tipnis sujal-tipnis deleted the doc/parametric branch March 31, 2022 22:10
@dnwillia-work
Copy link
Collaborator

dnwillia-work commented Mar 31, 2022

Have to rebase with main. Hence will close this PR and start another one with the latest changes.

@sujal-tipnis
You can always avoid merge commits if you do this locally:

git fetch -p
get rebase origin/main
git push --force

This just replays your commits on the latest version of main, and then updates the remote with the new history. It maintains a nice linear history so it's the better way to bring your local branches up to date.

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.

6 participants