usnistgov / AusteniteCalculator

Software and GUI for uncertainty quantification of austenite phase fraction
Other
1 stars 0 forks source link

Calculator has blank plots and table #3

Closed creuzige closed 2 years ago

creuzige commented 3 years ago

I build the container and was able to interact with it on localhost:8080, but after data upload the intensity plots and intensity table tabs are blank. This was true even with the 'use default files' or selecting the files separately.

I'm wondering if a 'debugging' tab might also be useful in the app, showing the output from the solver. Thoughts?

dnewton600 commented 3 years ago

That's a good point, we should probably show some statistics from the fitting, although I would think that the table would at least show up (even if it had say negative values). Do the plots show successfully if you upload files manually?

creuzige commented 3 years ago

Nope. Here's a screenshot

Screen Shot 2021-11-05 at 10 15 57 AM
maxgarman commented 3 years ago

Adam it looks like you might be getting the same problem I had last week. Is the problem with the file reader again?

creuzige commented 3 years ago

Not sure. I didn't get any other visible errors. What did you end up doing to fix this on your end?

maxgarman commented 3 years ago

I haven't been able to fix it yet, I was going to try david's recommendation of messing around with the files. Otherwise if I find a fix I'll be sure to share.

creuzige commented 3 years ago

Sounds like a good plan. Thanks!
(Looks like I could have just picked a reaction instead... Next time!)

dnewton600 commented 3 years ago

It is surprising that for some reason the image behaves differently for us. I can try cloning the repo from scratch to see if something is different with my workspace. And perhaps it might be helpful to have a video call sometime (even just 30 mins) so we can hash this out.

creuzige commented 2 years ago

Resolved. Three issues, copy in the wrong place in docker build, file name had a blank not underscore, folder didn't exist (GitHub doesn't track empty folders)