started to updated example cells to new analysis with the right units
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user