svalinn / dagmc_stats

Tool for calculating and reporting statistics about DAGMC models
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Dagmc stats #77

Closed yqin43 closed 3 years ago

yqin43 commented 3 years ago

Description

DagmcStats.py file is added to handle data populating and query problems. test_ds.py file is added to test DagmcStats.py file.

gonuke commented 3 years ago

It looks like we need to add pandas to the docker image being used for CI

gonuke commented 3 years ago

I have made the changes to the dockerfiles and when that PR is merged we should get new dockerfiles for CI

kkiesling commented 3 years ago

I have made the changes to the dockerfiles and when that PR is merged we should get new dockerfiles for CI

Dockerfiles should be updated (or rather they are currently building)

gonuke commented 3 years ago

The docker images are updated, but tests are now failing because your test can't find the h5m files that they need. I think this is because of your directory structure and where you have the files stored.

yqin43 commented 3 years ago

@kkiesling Thanks! I personally would prefer to leave the structure of test_env as it is now.