started to updated example cells to new analysis with the right units

This commit is contained in:
2025-05-25 00:47:27 +02:00
parent 223ad8bd4b
commit e785d51b18
4 changed files with 96 additions and 99 deletions

View File

@@ -248,7 +248,6 @@ if __name__ == '__main__':
punit_model = TableData(data_path /
'Apteronotus_leptorhynchus-Punit-models.csv',
sep=';')
print(punit_model.keys())
punit_model = punit_model[punit_model['contrast'] > 1e-6, :]
punit_data = TableData(data_path /
'Apteronotus_leptorhynchus-Punit-data.csv',