-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/235 update test data #269
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
Changes from 23 commits
2a1c3cc
e50dd64
170a604
fc07873
0cd5683
32df188
f34d888
03d198d
f92bc1c
19cfc63
a442f94
77a7299
26b0d85
c174c03
00dbfa8
1977555
7f5dd46
24bbdf9
87f2cf4
cdcaee3
66ae39f
b9b1e55
74e760c
a7299b4
305b59d
f5d3586
4d84463
75e0097
65b33ae
86dce57
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -101,7 +101,9 @@ def get_export_tile_ids() -> Sequence[str]: | |
|
|
||
| env = os.getenv("DAGSTER_ENVIRONMENT", "test") | ||
| if env == "test": | ||
| root_dir = Path(os.getenv("BAG3D_FILESTORE")) / "reconstruction_input" | ||
| root_dir = ( | ||
| Path(os.getenv("BAG3D_FILESTORE")) / "integration_party_walls/file_store" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you change this? Why set to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is not nested, for each integration test I have a filestore and a filestore_fastssd, so that it is clear (like we havei n production) |
||
| ) | ||
| version = "test_version" | ||
| else: | ||
| root_dir = Path(os.getenv("BAG3D_FILESTORE", "/data")) | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.