fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
90 stars 20 forks source link

This line seems to be a bug #5

Closed fumitoh closed 6 years ago

fumitoh commented 6 years ago

Why return? Must be not reaching here.

https://github.com/fumitoh/modelx/blob/527758e24d49afa174ec84481a561a2dce7edbc9/modelx/core/space.py#L484

Sheing commented 6 years ago

@fumitoh change it to this? -->

 if self.data[key].formula is not base_cell.formula:
    del self.data[key]