sandialabs / chama

Python package for sensor placement optimization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chama will run one signal csv file but not the other.

melissagqc opened this issue · comments

I am running Chama on two signals files. Both files were created programmatically with Python code to generate a signal file as a CSV. The signal file is the only input that is different between the two files. One file runs while the other file is giving me an error.
image
The signal files appear to be correct. Both are in the same format.
Node, Time, Data
The sensor locations are the same as is the time the same. Both are different lengths but the longer file is one that is working. The major diffrence is the values in the
I have attached part of the csv's zipped here as the files are too large even zipped to put in full. I am looking into our process of generating these files in order to fix this issue.
not working signals.zip
working signals.zip