You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self = <tensorboard_plugin_fairness_indicators.plugin.FairnessIndicatorsPlugin object at 0x7b58a01f0a00>, request = <Request 'http://localhost/data/plugin/fairness_indicators/vulcanized_tfma.js' [GET]>
@wrappers.Request.application
def _serve_vulcanized_js(self, request):
> with open(_TEMPLATE_LOCATION) as infile:
E FileNotFoundError: [Errno 2] No such file or directory: '/home/redacted/path/tensorboard_plugin/tensorflow_model_analysis/static/vulcanized_tfma.js'
Describe the expected behavior
The test should run and pass.
Standalone code to reproduce the issue
Once #387 is merged, the test failure can be reproduced with
$ cd path/to/project/tensorboard_plugin
$ pytest --runxfail tensorboard_plugin_fairness_indicators/plugin_test.py
System information
Describe the current behavior
The testVulcanizedTemplateRoute test fails because the
vulcanized_tfma.js
is not found:Describe the expected behavior
The test should run and pass.
Standalone code to reproduce the issue
Once #387 is merged, the test failure can be reproduced with
$ cd path/to/project/tensorboard_plugin $ pytest --runxfail tensorboard_plugin_fairness_indicators/plugin_test.py
Other info / logs
The text was updated successfully, but these errors were encountered: