info is incompatible with parameters

Bug #1806260 reported by Avaneesh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
FEniCS Project
New
Undecided
Unassigned

Bug Description

This is the code:

from __future__ import print_function
from dolfin import *

info(parameters, verbose=True)

This is the error:
TypeError: info(): incompatible function arguments. The following argument types are supported:
    1. (arg0: dolfin.cpp.common.Variable) -> None
    2. (arg0: dolfin.cpp.common.Variable, arg1: bool) -> None
    3. (arg0: str) -> None
    4. (arg0: dolfin::Parameters, arg1: bool) -> None
    5. (mesh: dolfin::Mesh, verbose: bool=False) -> None
    6. (scheme: dolfin::MultiStageScheme, verbose: bool=False) -> None

Invoked with: <dolfin.cpp.parameter.GlobalParameters object at 0x7feb6009eb90>; kwargs: verbose=True

Sorry if I am missing something basic, I am new to fenics.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.