You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CagtayFabry opened this issue
Aug 14, 2021
· 5 comments
Labels
bugSomething isn't workingCIcloseMark an issue when you think it can be closed but want confimation before closing itfileweldx file handling (WeldxFile)
What is strange to me is the sole RepresenterError for xarray.DataArray in TestWeldXFile.test_compression. Usually the type should be picked up here... (it works in other tests)
warnings
every test marked with slow throws a warning because the pytest marker is not recognized.
I guess this has to do with the setup.cfg not being part of the distribution, hence the pytest config is not applied.
others
maybe unrelated but thesetwo errors popping up with WeldxFile.test_custom_schema also don't make a lot of sense to me
since we currently use asdf.info (which at least seems to do some kind of type resolving under the hood) to create the console output that is a little hard to debug, can we revert that to simply print the yaml string in the console again @marscher ?
The text was updated successfully, but these errors were encountered:
I think this has been solved?
the only thing still open are the pytest marker warnings but I'm not sure we can do mcuh about those (also they don't really matter for the build runs)
bugSomething isn't workingCIcloseMark an issue when you think it can be closed but want confimation before closing itfileweldx file handling (WeldxFile)
In current PRs there are a few errors (and lots of warnings) popping up in the conda build CI pytest run (example)
The errors do not appear on the pypi build run
errors
WeldxFile
.I have no idea why or when the http calls are created. Maybe the error will be clearer after getting rid of the
http://
prefix in new asdf extension API #467 .(seems to work: https://github.com/BAMWelDX/weldx/runs/3328656041?check_suite_focus=true)
RepresenterError
forxarray.DataArray
inTestWeldXFile.test_compression
. Usually the type should be picked up here... (it works in other tests)warnings
slow
throws a warning because the pytest marker is not recognized.I guess this has to do with the
setup.cfg
not being part of the distribution, hence the pytest config is not applied.others
maybe unrelated but these two errors popping up with
WeldxFile.test_custom_schema
also don't make a lot of sense to mesince we currently use
asdf.info
(which at least seems to do some kind of type resolving under the hood) to create the console output that is a little hard to debug, can we revert that to simply print the yaml string in the console again @marscher ?The text was updated successfully, but these errors were encountered: