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

when running test self.assert_write_mode() runs into errors #332

Open
2 of 3 tasks
Santonia27 opened this issue Jun 19, 2024 · 0 comments
Open
2 of 3 tasks

when running test self.assert_write_mode() runs into errors #332

Santonia27 opened this issue Jun 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Santonia27
Copy link
Collaborator

hydomt_fiat version checks

  • I have checked that this issue has not already been reported.
  • I have checked that this bug exists on the latest version of hydomt_fiat.

Reproducible Example

run any of the tests

Current behaviour

self = <hydromt_fiat.fiat.FiatModel object at 0x0000017B4B8DC160>

def write_tables(self) -> None:
    if len(self._tables) == 0:
        self.logger.debug("No table data found, skip writing.")
        return
  self._assert_write_mode()

E TypeError: 'NoneType' object is not callable

hydromt_fiat\fiat.py:1190: TypeError

Desired behaviour

fix bug

Task list

  • fix bug

Additional context

No response

@Santonia27 Santonia27 added the bug Something isn't working label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant