Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation warning Regular expression #61

Closed
yannikschaelte opened this issue Nov 13, 2018 · 0 comments
Closed

Deprecation warning Regular expression #61

yannikschaelte opened this issue Nov 13, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@yannikschaelte
Copy link
Member

should be easy to fix, is just annoying.

/.../pypesto/pypesto/optimize/optimizer.py:349: DeprecationWarning: Flags not at the start of the expression '^(?i)(ls_)'
  return re.match(r'^(?i)(ls_)', self.method)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
@yannikschaelte yannikschaelte added enhancement New feature or request good first issue Good for newcomers labels Nov 13, 2018
@dweindl dweindl self-assigned this Nov 13, 2018
m-philipps pushed a commit that referenced this issue Jun 14, 2022
m-philipps pushed a commit that referenced this issue Jun 14, 2022
Allow creating Problem from pre-existing data frames* Allow creating Problem from pre-existing data frames

* Flake...

* Model name and sbml_file should not be mandatory

* Refactor Problem. Remove file names, pickle DataFrames and Model directly. See discussion #61

* Fix whitespace-checking issues, extend check (Closes #59)

* Make petablint more error-tolerant and prettify

* Speedup handle_missing_overrides for larger problems (229s->64s)

* Speedup handle_missing_overrides; match names a bit looser

* Doc. Fail.

* Use ctor in Problem.from_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants