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

question, how to prevent info echoing when reading mesh #66

Open
avigliotti opened this issue Feb 22, 2021 · 4 comments
Open

question, how to prevent info echoing when reading mesh #66

avigliotti opened this issue Feb 22, 2021 · 4 comments

Comments

@avigliotti
Copy link
Contributor

hi ahojukka5,

first of all thanks for the great work and for making it available. Can I ask how can I prevent the echo of the mesh info when reading a mesh

I have models with a large number of sets and it ends up filling the REPL of the jupyter cell,
just like :

┌ Info: Creating nset ID_L
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating elset ID_L
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating nset ID_R
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating elset ID_R
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating nset ID_T
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating elset ID_T
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating nset ID_B
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating elset ID_B
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating nset ALL
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating elset ALL
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating nset ID_SH01
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating elset ID_SH01
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
┌ Info: Creating nset ID_SH02
└ @ AbaqusReader /home/andrea/.julia/packages/AbaqusReader/C1mY0/src/parse_mesh.jl:187
...
...

thanks,
Andrea

@ahojukka5
Copy link
Member

Hmm maybe those should change to debug messages. Or you can disable showing info messages. But first option is better I think.

@avigliotti
Copy link
Contributor Author

hi,
it seems that on github there are already only @debug messages, but on the release that I got from the general Julia rep (with Pkg.add("AbaqusReader")) there are still @info, shall I get the package from github rather than from the general Julia registry?

@ahojukka5
Copy link
Member

Looks that we just need to make a new release. @JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/31272

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.7 -m "<description of version>" aa8be3c4ac131f6ff30bd5ae994f5bcf5a62495a
git push origin v0.2.7

Also, note the warning: Version 0.2.7 skips over 0.2.6
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

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

No branches or pull requests

3 participants