Skip to content

Commit e0f3453

Browse files
committed
Merge branch 'main' into T201_adjust
# Conflicts: # pyproject.toml
2 parents c6e87d7 + 1782dd2 commit e0f3453

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ lint.ignore = [
8888
"D101", # Ignore missing docstring in public classes
8989
"F401",
9090
# FIXME: those are ignored for now, should be fixed eventually
91-
"ERA001", # Found commented-out code
9291
"SIM105", # Use `contextlib.suppress`
9392
"S110", # `try`-`except`-`pass` detected, consider logging the exception
9493
]

src/petab_gui/controllers/simulation_controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def simulate(self):
103103
model=petab_problem.model,
104104
)
105105

106-
# import petabsimualtor
107106
import basico
108107
from basico.petab import PetabSimulator
109108

src/petab_gui/views/simple_plot_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ def plot_residuals(self):
424424
simulations_df,
425425
ax=axes_fit,
426426
)
427-
# fig_fit.tight_layout()
428427
create_plot_tab(fig_fit, self, "Goodness of Fit")
429428

430429
def disable_plotting(self, disable: bool):

0 commit comments

Comments
 (0)