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

Write test #34

Open
ISosnovik opened this issue Oct 24, 2017 · 7 comments
Open

Write test #34

ISosnovik opened this issue Oct 24, 2017 · 7 comments

Comments

@ISosnovik
Copy link
Collaborator

As there are several examples, the tests could just check whether the results of the optimization of these examples are correct.

@ForeverDavid
Copy link

Why removed the view of the iteration results for each step, maybe should add a output file which is record it.

@ISosnovik
Copy link
Collaborator Author

It is not removed. We replaced print with logging
Just add it to your program

import logging

logger = logging.getLogger()
logger.addHandler(logging.StreamHandler())
logger.setLevel(logging.INFO)

Or if you want to write the output to a file, add other handler

@ForeverDavid
Copy link

Thank you for your explanation. I am a Ph.D. student, just began to research topology optimization related works. We maybe can discuss more questions in the future. I have been followed your twitter. I am David.

@ISosnovik
Copy link
Collaborator Author

My twitter? Wow. This is the 1st time I understand, my twitter is not useless 😄
I used Topy for my master thesis. And it is good. Hope it will become even better during the following years
If you have any questions, you are welcome to ask.

@ForeverDavid
Copy link

Can I have a look at your master thesis? Is this your Ph.D. first year? I am Chinese and study in McGill now. From the network, you are the Russian people. o( ̄▽ ̄)ブ

@ISosnovik
Copy link
Collaborator Author

I've created a dataset of Topology Optimization Process.
Here is the repo
And the main research is summarised in this paper

@ForeverDavid
Copy link

Ok, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants