Skip to content

Commit

Permalink
flake8 allowing of imports for new approach for persistent_aposmm loc…
Browse files Browse the repository at this point in the history
…alopt dependencies
  • Loading branch information
jmlarson1 committed Apr 14, 2020
1 parent b0d4930 commit 571296c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,21 @@ per-file-ignores =
# init needs to import the logger.
libensemble/__init__.py:F401
libensemble/libensemble/__init__.py:F401

# Need to turn of matching probes (before other imports) on some
# systems/versions of MPI:
libensemble/tests/standalone_tests/mpi_launch_test/create_mpi_jobs.py:E402
libensemble/libensemble/tests/standalone_tests/mpi_launch_test/create_mpi_jobs.py:E402
libensemble/tests/regression_tests/test_uniform_sampling_with_different_resources.py:E402

# Matplotlib needs something set before import
postproc_scripts/*:E402

# Ignoring linelength in APOSMM
libensemble/gen_funcs/*aposmm.py:E501
examples/gen_funcs/*aposmm.py:E501

# Need to set something before the APOSMM import
libensemble/tests/scaling_tests/warpx/run_libE_on_warpX_aposmm.py:E402
libensemble/gen_funcs/persistent_aposmm.py:E402, E501

0 comments on commit 571296c

Please sign in to comment.